Okay
  Public Ticket #963458
Portfolio Page Title
Closed

Comments

  •  1
    Eric started the conversation

    Hello,

    How can I remove the page title from automatically displaying at the top of portfolio-item pages?


    Thanks

  •  8,996
    Tahir replied

    Hey Again,

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

    .single-portfolio .row .col.section-title h1 {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Eric replied

    Hi,

    It removed the title, but now there is just empty space in that area. How can I remove the empty space?

  •  3,030
    Andrew replied

    Hi Eric, 

    Sorry about that. 

    Add this to your custom CSS as well: 

    /*Remove portfolio title section*/
    #full_width_portfolio .row.project-title {
        display: none;
    }

    Let me know the result. 

    Cheers 

  •  1
    Eric replied

    That worked. Thank you