Okay
  Public Ticket #4001742
Remove categories from blog category page
Closed

Comments

  •  1
    Ryan started the conversation

    How do I remove categories from showing on each blog on this specific page. I was able to remove from showing on the homepage but not this page. 

  •  9,249
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .meta-category {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Ryan replied

    That worked! Thank you.