Tags Search

Posted in: Newspaper
Post count: 41

When I click on a tag and it shows all related posts with the same tag, on those post previews it shows the category tag.

How do I remove the category icon from the tag view?

Post count: 35449

Hi,

If you want to remove those categories -> https://www.screencast.com/t/l4nEBMyn you’ll need to add this custom css in Theme panel>Custom code> Custom css
-> https://www.screencast.com/t/IADuxIAdk
.tag .td-post-category {
display: none;
}

Thank you!

Post count: 41

Thanks!

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