Hide Category (meta date) in Goodz
-
Hi,
I’m trying to hide the category visibility for all my posts with CSS but I can’t find the right code for the Goodz theme.
Please help?
Thanks,
Allie
The blog I need help with is: (visible only to logged in users)
-
Hi Allie, I don’t see that you have the Custom Design upgrade, which would be required in order to add custom CSS. You can find out more on the Custom Design Upgrade by going into the admin dashboard and to Store > Store.
You can try out and preview custom CSS before you buy as explained here. Here would be the CSS to hide the categories from posts.
.cat-links { display: none !important; } -
Excellent, thank you! I’ve just purchased the premium plan so can start with my CSS.
I also need to hide the tags – any chance you have the code?
-
Sure, we can do that. Change the code I gave above to the following to hide both categories and tags.
.cat-links, .tags-links { display: none !important; }
- The topic ‘Hide Category (meta date) in Goodz’ is closed to new replies.