Okay
  Public Ticket #1234612
Portfolio – Project Headers
Closed

Comments

  • somewhere-else-co started the conversation

    I would like to remove the project header from my project pages. Is this possible? There doesn't seem to be an option for this.

    My initial workaround was to put the height as a negligible number like 0.1, which works for desktop. However, it still displays on mobile. I'd like to completely omit it. Thanks!

  •  9,012
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   somewhere-else-co replied privately
  •  9,012
    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 div#page-header-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • somewhere-else-co replied

    Thanks, it works!

    -Dan