Okay
  Public Ticket #1505253
Remove category from post header
Closed

Comments

  • dat_07 started the conversation

    Hello, I need to remove category from single post header or make it non-active (now, when you click on it, all posts by its displays)

    Can you help with it, please?

  •  8,443
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dat_07 replied

    Great! Thanks!