Okay
  Public Ticket #2340558
how to hide "category" and "NEWS"
Closed

Comments

  • TGTechnologies started the conversation

    How can I hide both the "category" and "NEWS" on the attached post category page?

    Thanks!

  •  9,338
    Tahir replied

    Hey ,

    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):

    body.material.category-news .page-header-no-bg {
        display: none !important;
    }

    Thanks


     Salient Support Team |  Say Hello!

  • TGTechnologies replied

    Worked like a charm, thank you!