How to hide the avatar of the commenter in the comment area?

Posted in: Newspaper
Post count: 24

check: https://www.screencast.com/t/fu7ePgAsp
How to hide the avatar?
Please help.

Post count: 27744

Hello,

To hide the avatar you need to use a custom code css -> https://i.imgur.com/eCdM155.jpg

.comment .avatar
{
display: none;
}

Please set the code in the theme panel > custom code> custom css.
Let me know the results!

Thank you!

Post count: 24

It worked!! Many thanks! ;P

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.