How can i delete the author box at blog post page?

Posted in: Newspaper
Post count: 12

Hi,

How can i delete the author box at blog post page? like in this image https://postimg.cc/zLjYqr17

Thanks

Post count: 27744

Hello,

You can remove the Single Post Author Box using Edit with tagDiv Composer with a right-click you can delete => https://i.imgur.com/BnhhxVh.png , or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page => https://i.imgur.com/vkQVCjn.jpg the same for date. or if you have standard template
to hide the author box, you can use this custom code CSS -> https://i.imgur.com/ooeu4hq.png
#author-bio-box {
display: none;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

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