1 Reply
Jan 20, 2024 10:38 am
Hi @pipshunter-blog,
The avatar is not intended to be displayed there; it's a minor CSS conflict with the theme.
Watch this explanatory video: Avatar Display Issue
Use the CSS code below to solve the conflict:
#wpdcom .wpd-form .wpd-avatar img{ position:static; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.
If you wish to hide the avatar completely, utilize this CSS code:
#wpdcom .wpd-form .wpd-avatar{ display:none; }
This doc should also be helpful for you: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-thread-features/#display-avatars