Remove Author Photo/Avatar

Posted in: Newspaper
Post count: 187

For various reasons, would like to not have the author image show on the bottom of posts. For now I have just posted a solid white image –but that won’t work as it looks odd with text pushed over to the side.

https://brandinginasia.com/top-websites-apps-indonesia/

Is there a fix for this?

Thanks!

Post count: 23312

Hello bobbymc,

If you want to remove the image from author box, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.author-box-wrap .desc{
margin-left:0!important;
}
.author-box-wrap img {
display:none!important;
}

The result is here -> https://www.screencast.com/t/4Yaf8heJeZtg

Thanks for your understanding!

Post count: 187

Works perfect.

As always, thanks!

bobby

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.