Okay
  Public Ticket #1682911
blog template
Closed

Comments

  •  4
    Rado started the conversation

    I filter two blogs by category. In the default blog page - how do I remove the word "Category" See attachment.


    Dr. Rado

  •  8,470
    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):

    .category span.subheader {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Rado replied

    Thank you. Worked very well.