Category tag on mobile category pages

Posted in: Newspaper
Post count: 494

Hi,

On a mobile category page the tag is showing.
Example: https://www.creermalin.fr/contenus/

It’s a bit of a non-sense as it’s obviously the same category than the… category.
How can I hide it? (the tag, white font on a black background above the post’s blocks)

Thanks for your help.

Post count: 27744

Hello,

Please provide screenshots. Usually, you can delete with tagdiv composer or hide, but now I don’t know exactly what element you are referring to.

Thank you!

Post count: 494

Hi,

Here is a screenshot: https://ibb.co/HNLqB0D
As I wrote, category tags are useful on the HP but they don’t make sense on a category page (as it’s obviously the same tag).
Is there an easy way to remove them or should I live with it?

Thanks

Post count: 35449

HI,
If you want to remove the category from the category grid, then you can do it using a custom css.
.category .td-post-category{
display: none;
}

The code need to be set in the theme panel > mobile theme > custom code> css.
I hope this will help you!

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