How to Remove Author Box on Archive Page

Posted in: Newspaper
Post count: 53

Hi,
Kindly help me with some code that hides/removes the author profile box only on Author Archive page. As seen in the screenshot here http://prntscr.com/ikch0b.

Post count: 22421

Sure,
Here is the code you need:

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

Thank you!

Post count: 53

Much Thanks. It worked.

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