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

Question [Solved] avatar

2 Posts
2 Users
0 Likes
160 Views
Posts: 1
Topic starter
(@pipshunter-blog)
New Member
Joined: 3 months ago

i want hide that

Без имени 1

 

1 Reply
Asti
Posts: 7135
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 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: