Hi, I would like to remove/hide the tags at the top of the posts. I tried this but it didn't work.
.tags {
display:none;
}
Would love to know what will work. Thanks!
http:/awlayswellwithin.com
The blog I need help with is alwayswellwithin.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
Hi, I would like to remove/hide the tags at the top of the posts. I tried this but it didn't work.
.tags {
display:none;
}
Would love to know what will work. Thanks!
http:/awlayswellwithin.com
The blog I need help with is alwayswellwithin.com.
This will work:
.tag-links {
display:none;
}
Very cool. Thank you!
This topic has been closed to new replies.