Okay
  Public Ticket #319552
How can I hide the 'Category Archives: Blog' text from the blog page?
Closed

Comments

  • Rachel started the conversation

    Hi,

    How can I remove the 'Category Archives: Blog' text from the blog page?

    Working on a local install so I'm not able to share a link yet.

    Many thanks,

    Rachel

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .archive .row .col.section-title {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Rachel replied

    Great.  Thanks Tahir :-)