Hi everyone, me again
I use these codes, but this code removes all tags from the site.
Is there any other code?
.discourse-tag {
display: none;
}
Hi everyone, me again
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;
}
Thank you so much !
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.