Hide post tags
-
I want to hide post tags, but I can’t seem to figure out how to do it. I am using the Harmonic theme, if that helps.
Thanks!
-
Hi there, I’m not seeing any tags on your posts, but I do see category. The following hides the categories from you posts.
.category-meta { display: none; } .author-meta, .clock-meta, .discussion-meta { width: 110px; } @media screen and (max-width: 959px) { .author-meta, .clock-meta, .discussion-meta { width: 83px; } } -
Hi! I am trying to do the same thing in the Resonar theme. This CSS didn’t work for me. Could someone help?
I’m also, more importantly, trying to remove the “Category:” header from the top of pages I’ve created from tags. See what I mean at this URL….I’d like the Category: Sweets portion gone:
https://aiolifoodblog.com/category/recipes/sweets/
Thanks!
-
Hi @leilacorcoran, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘Hide post tags’ is closed to new replies.