categories display

Posted in: Newspaper
Post count: 16

Hi,

How can I make this code in the categories so that the category name is not visible in the photos?
.td-post-category {
display: none;
}
THX

Post count: 20688

Hi,

The category tags can be disabled by modules
https://forum.tagdiv.com/category-tag-on-modulesblocks/
That is a general setting, it will affect all the modules wherever they are, not just the category pages.
You could use CSS to hide the category tags only in category pages, such as this code

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

Thanks

Post count: 16

hi, thx

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