Hide author box single category

Posted in: Newspaper
Post count: 16

Hello I need to hide the author box on one specific category. How do I do this? I did a search in the forums and found someone who got help with the issue via email. My website has a maintenance page up since it’s under construction so I can’t provide you with a link.

Post count: 23312

Hello jmask,

I guess that you want to hide the author box for all the posts which forming part of a specific category, right?
If you want this, please notice that you should use a bit of CSS code to do that. The code below and place it in Theme panel->Custom CSS area.

article.category-business .author-box-wrap {
display:none;
}

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 39

I tried this and it didn’t work. Trying to hide all author names and dates from posts in the featured-events category. See example at didgeproject.com/events

Post count: 39

Thank you!

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