how to hide the category description ?

Posted in: Newspaper
Post count: 18

I want to hide the category description
Note: I don’t want to use another style because I like the default one
This is my photo : https://imgur.com/e2R938E

Post count: 27744

Hello,

You can delete it with right-click, please edit the template with tagdiv Composer, and select the element and delete it.

Thank you!

Post count: 18

in my category section there is no edit with tagdiv
This is my photo : https://imgur.com/a/BLVROcF

Post count: 27744

Hello,

I recommend using cloud templates, which are more flexible. To hide the description for the template that you have you need to use a custom code css
.td-category-description
{
display: none;
}

The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf

Thank you!

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