Hide Profile Pictures

Posted in: Newspaper
Post count: 19

Hi,

I’d like to hide all profile pictures of authors/users on my website.

That means hiding the images both on posts:
https://impactmagazine.ca/fitness/running/running-in-the-rain/
and
Author pages:
https://impactmagazine.ca/author/yana-hempler/

I am still beginner level of WP, so please no custom code.

Thanks

Post count: 18283

Hello!

You can achieve this using CSS Code as you can see here: https://www.screencast.com/t/4zpfnXOA

.author-box-wrap .avatar {
display:none;
}

The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G

Thank you !

Post count: 19

Fantastic, thanks!

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