Category tags

Posted in: Newspaper
Post count: 23

Hello!

I want to show the category tags only in the big_grid_3

Because I am using the Grid 4, but I don’t wanto to show the category tags in it

Thank you!!

Post count: 22421

Hello,
Category tags can be enabled or disable for a specific module, but if that module is used on different blocks, then there is no setting from the theme panel to filter this out.
You can however use a css code to hide the category tags for other big grids like so:
.td_block_big_grid_1 .td-post-category,
.td_block_big_grid_4 .td-post-category,
.td_block_big_grid_6 .td-post-category,
.td_block_big_grid_7 .td-post-category{
display:none!important;
}

Thanks.

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