Remove category tag in a sidebar widget

Posted in: Newspaper
Post count: 494

Hi,

How can I remove the category tag in a sidebar widget for http://www.mondeoz.com ?
On https://www.mondeoz.com/equipement-voyage/meilleur-sac-a-dos-voyage/ that’s the sidebar widget “équipement” where I want to remove the category tag.

Thanks

Post count: 35449

Hi,

If you are using a block you need to use custom css, but if you are using a flex block you can edit it with tagDiv Composer.
Also the categories from “Enchantment” sidebar are already removed -> https://i.imgur.com/htPLV2r.png
If this is not what you mean, please provide some more details.

Thank you!

Post count: 494

Hi Calin,

I’m using the block 15 as a widget in the sidebar.
Can you help me with the custom css?

Thanks

Post count: 18283

Hello !

This css should work: .td_block_15 .td-post-category {
display: none;
}

Let us know if this worked on your end too.

Thank you !

Post count: 494

Thanks

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