Archived topic
How to hide a specific tag
7 replies · Started by baidy on December 9, 2022
Hi support,
I would like to know if there is a way to hide a specific tag (so targeting a tag basically) so that you don't see it at the end of the post but the other are fine.
Thanks a bunch
Hi there,
I don't think so unfortunately as each tag/category doesn't have a specific class we can target.
What if you just remove that tag from the post itself if they are not being used?
it was a tag to exclude specific targets for example "no meta". When I wanted a block or a hook applied to something but not to another, I would add exclude post with this "no meta "tag, that's why it's awkward to see it appear in the post.
Hi there,
is it possible to see the tags on your site ?
Then i can see what options are available for that.
hi sorry for the late response,
here is an example, I got this post and would like the tag "no meta" not to appear.
link : https://i.postimg.cc/g2WPJ1mq/Capture-d-e-cran-2022-12-19-a-14-09-18.png
Hi there,
Can you try this CSS?
.entry-meta a[href*="no-meta"] {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/: https://DOCS.GENERATEPRESS.COM/ARTICLE/ADDING-CSS/
Thanks, Ying
that did the trick
Glad to hear that :)