Category Explanations

Posted in: Newspaper
Post count: 1

Hi, I have a quick question.

We wrote explanations for each category. But we could not hide those explanations on category pages. Is there a way to hide them?

Post count: 20688

Hi,

Once a description is entered for a category, it will be displayed on the category pages. You could remove this description on category pages by making modifications to the category template or templates that you are using. Comment or remove the code that displays the category description
https://www.screencast.com/t/XelSgnxvW
Or simply enter this code in Theme panel->Custom Css and they should not appear anymore

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

Thanks

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