Tags display design on front page

Ah okay I got it now. So if I want all posts tagged with the tag ux I type in #ux::tag

3 Likes

Hello,

Is it possible to prevent the tags from appearing in the category page?

The tags won’t be of much use in this section of the forum.

Also - is it possible to prevent the tags from appearing on the home page? (Under latest)

Thanks!

@fellowshipforums

.topic-list-item .discourse-tags {
    display: none;
}

Use this in your css customisation and should work ok

5 Likes