Hide category and description on post page


Author Message
Kimberly

Posted: 11/18/2014
Quote message 

I SWEAR I did this before in WordPress and thought it was an option somewhere in the dashboard, but can't figure it out now.

I don't want the category and description to show at the top of the post page when I click on a menu item that is a category.

Is this something I can do in WordPress?
 
Kimberly

Posted: 11/18/2014
Quote message 

Nevermind. I received a response to my WordPress forum topic. But, if there is a way to do this in Artisteer, I'd like to know.

I added these two lines to my stylesheet through WordPress:

body.category article.breadcrumbs {
display: none;
}

body.single-post article.art-post.art-article:first-child {
display:none;
}