Okay
  Public Ticket #1488662
Removing Project Header
Closed

Comments

  • erdembb started the conversation

    Hello! 

    How can I remove the project header?

  •  8,466
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  • erdembb replied

    I've read this; http://themenectar.com/docs/salient/page-metaboxes/, where it said "Sometimes users wish to no longer use a page header but forget to delete the Background color they’ve set and can’t figure out what’s causing the page header area to remain.", but there is already no Background color. 

    How can I change this?

  •  8,466
    Tahir replied

    Hey Again,

    That is related to the Content Pages and not the Portfolio Pages.

    Be.st


    ThemeNectar Support Team 

  • erdembb replied

    I've added the css code but I still see the header; 

    http://philandscape.com/portfolio/p4/

  •  8,466
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single-portfolio .project-title .container {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team