How to remove post categories and tags?
- The topic ‘How to remove post categories and tags?’ is closed to new replies.
Need help? Check out our Support site, then
Great theme!
Is there any CSS that I could utilize to remove post categories and tags? I have the Premium upgrade.
Thank you in advance for any help you could provide.
Roxi St. Clair
The blog I need help with is: (visible only to logged in users)
Nevermind. I found the following CSS on another post here:
.term-group–category,
.term-group–post_tag {
display: none;
}
Closing as resolved. Still love this theme! :-)