Remove Author Box

Posted in: Newspaper
Post count: 16

Hi tagDiv,

My website is as follows: https://moneymindasia.com/author/janiceang/

How do I remove the box underneath the author’s name?

If it’s possible, I would want it to look like that: https://www.dealstreetasia.com/author/quynh-nguyen/ with just the author’s name.

Would that be possible?

If it’s possible could you provide me with some codes on how to do so?

Thanks.

Post count: 22421

Hello,

You can add this code in your theme panel-> custom css box:

.author-janiceang, .author-box-wrap{
display:none;
}

Thank you!

Post count: 16

Hi Bogdan,

When I apply the custom css code in the custom css box, the entire author page is blank.

That means, when I click on the author’s name, for example Janice Ang, the next page that shows is just a blank screen.

Could you help me with this?

Thanks.

Post count: 16

So sorry maybe I wasn’t clear, what I meant in my first post that I want the author’s name to show, together with the articles that he or she has written.

Thanks.

Post count: 22421

Hello,

Sorry, the code has an error. please remove the comma.

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

Thanks.

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