The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Question [Solved] avatar

2 Posts
2 Users
0 Reactions
687 Views
Posts: 1
Topic starter
(@pipshunter-blog)
New Member
Joined: 2 years ago

i want hide that

Без имени 1

 

1 Reply
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

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

Share: