Removing Category Descriptions

Posted in: Newspaper
Post count: 8

Hey there,

Is there a way to remove the Category Descriptions from showing on the live category pages?

We want to have it for SEO reasons but do not want it displayed on the page.

Thank you.

Mark

Post count: 1341

The description of the category can be added using the plugin Yoast SEO.

Post count: 20688

Hi,

A specific option does not exist in the theme for this. You could either remove the category description from the category template files
https://www.screencast.com/t/nHYeJdm7
Or use some CSS code to hide it. A code like this should do it, just enter it in Theme panel->Custom CSS section.

.category .td-category-description {
display: none;
}

Thanks

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