how to remove category description in next pages in pagination

Posted in: Newspaper
Post count: 8

how to remove category description in next pages in pagination

Post count: 20688

Hi,

There are a couple of ways of doing it, depends on the template the category uses however. Do you use default category templates or cloud category templates? For a default category template you could use a bit of CSS, this should work

body[class*="category-paged"] .td-category-description {
display: none;
}

This can be made to work on cloud category templates as well, for example

body[class*="category-paged"] .tdb_category_description {
display: none;
}

These codes should work, if you want to use them, enter the appropriate one in the theme panel custom CSS section. Let me know if you have more questions.

Thanks

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