Hide description showed in category

Posted in: Newspaper
Post count: 14

Hello,
I would like how I can hide the description in the category section (picture attached: Hide desciption).

Thank you.

Post count: 20688

Hi,

But that would be what the category description is for, to show it in the category page. Maybe I am misunderstanding.

I could give you a code you can try, it should hide all the descriptions for all the category pages

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

You can enter it in the Theme panel->Custom CSS code section.

Thanks

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