CSS Script for not displaying tags
-
I’ve entered the following custom CSS because I want to hide my tags. It doesn’t break anything but also doesn’t work. Any suggestions?
.entry-tags {
display:none;
}The blog I need help with is: (visible only to logged in users)
-
-
Thanks Timethief. I learned from that my K2-lite theme doesn’t allow for custom CSS to modify tags. Bummer. Selecting a new theme.
-
Are your sure what thescaredpath said here https://en.forums.wordpress.com/topic/hiding-tags-4?replies=21#post-737448 doesn’t work?
.entry-meta { display: none; } -
That actually does work, but a little too well. It deletes other attributes, most important to me is the link to add comments. So I’m not going to use it.
-
- The topic ‘CSS Script for not displaying tags’ is closed to new replies.