Best Premium and Free WordPress Themes › Forums › SuperMag › Hiding category names from being seen on posts
- This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by
acmesupports.
- AuthorPosts
- March 31, 2017 at 10:58 pm #15524
cosmopath
ParticipantHi, I’m setting up a news site with SuperMag and I want to be able hide the categories that the post is listed in. I have some special categories to control what goes on the home page, and I don’t want them to be seen by the public.
Here’s an example: http://prnt.sc/eqyj6p
How can I remove that so nothing is shown there? Even better if I can just remove specific categories but it’s fine if removing all is only possible. Thanks!
April 1, 2017 at 5:08 am #15529acmesupports
ModeratorHello cosmopath,
Thank yo so much for using our theme SuperMag.
1. You can either customize the theme codes of this theme.
2. You can either purchase the pro theme and you will get lots of options to customize the theme. https://www.acmethemes.com/themes/supermagpro/
3. Or, add the below css to hide that section..single .entry-footer { display: none; }
Hope, you can now solve your problem yourself.
Thank you
April 1, 2017 at 12:45 pm #15531cosmopath
ParticipantThanks! That CSS worked for the posts. Is there anyway I can hide the categories for the slider too?
April 1, 2017 at 2:49 pm #15533acmesupports
ModeratorAdd this CSS to hide category on slider as well.
.slider-section .cat-links { display: none; }
Hope, this will work for you.
Thank you
- AuthorPosts
- You must be logged in to reply to this topic.