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 edmahoney.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 edmahoney.wordpress.com.
I meant to add that this is for the K2-lite theme.
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 http://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.
Ahh ... now I comprehend why you don't want to use it.
This topic has been closed to new replies.