Okay
  Public Ticket #1326898
Portfolio Header
Closed

Comments

  • commonstudios started the conversation

    Hi Guys,

    Just wondering if it was possible to remove this section (image attached) in the Portfolio page.

  •  9,016
    Tahir replied

    Hey Again,

    I believe you are referring to the Portfolio Title Header.

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

    body[data-header-resize="0"] .project-title .container {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team