Okay
  Public Ticket #719924
Portfolio Page Title & Page Header Sub Title
Closed

Comments

  • Brent started the conversation

    How can i remove the Page Title and Page Header Sub Title from the Portfolio "Project" Page? I looked in previous posts and added custom Salient CSS but nothing worked? 

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

    #full_width_portfolio .project-title {
        display: none !important;
    }
    

    Best.


    ThemeNectar Support Team