Hide Category Description

Posted in: Newspaper
Post count: 20

Hi,

What code will I put in custom css, to hide category description from showing up if I’m in http://www.url.com/category

Thanks.

Post count: 6600

Hi,

You can use this custom css:

.category .entry-content {
display: none;
}

You can also do it by editing the category and remove its description: http://screencast.com/t/ImAUWWYGsj

Thanks

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