Hiding category names from being seen on posts - Acme Themes

Best Premium and Free WordPress Themes Forums SuperMag Hiding category names from being seen on posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15524
    cosmopath
    Participant

    Hi, 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!

    #15529
    acmethemes
    Keymaster

    Hello 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

    #15531
    cosmopath
    Participant

    Thanks! That CSS worked for the posts. Is there anyway I can hide the categories for the slider too?

    #15533
    acmethemes
    Keymaster

    Add this CSS to hide category on slider as well.

    .slider-section .cat-links {
        display: none;
    }

    Hope, this will work for you.

    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.