CSS: Hide tags, have tried: footer.entry-meta {visibility: hidden;}
-
Hi!
I am using (and loving) the Cubic Theme, but I would love to make the tags in every post either hidden or in a light grey color.
I have tried: footer.entry-meta {visibility: hidden;}
But that didn’t do the job ;-)
Can anyone help?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Just the tags, or also categories?
If you want to hide all of them, try out:
.entry-footer { display: none; } -
-
- The topic ‘CSS: Hide tags, have tried: footer.entry-meta {visibility: hidden;}’ is closed to new replies.