Okay
  Public Ticket #851356
shop page remove title
Closed

Comments

  • mohammed started the conversation

    I would like to remove the title of the shop page from the top of the shop page, I dont want it displayed. :)

    Right now its called "shop being used". how to remove, please help.. :S 

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .post-type-archive-product h1.page-title {
        visibility: hidden !important;
    }
    

    Best.


    ThemeNectar Support Team