How can I remove tags just from the combined categories & latest view?

Hi everyone, me again :slight_smile:

I use these codes, but this code removes all tags from the site.
Is there any other code?

.discourse-tag {
    display: none;
}

I want to remove tags because tagged topics have a larger box than others.
But they should not disappear from other areas. For example These codes do not appear in searches when I use them.

.categories-and-latest .discourse-tags .discourse-tag {
  display: none;
}
3 Likes

Thank you so much ! :heart:

1 Like