Okay
  Public Ticket #2253875
Making headers invisible?
Closed

Comments

  • ConnieBeddow started the conversation

    Hi,

    I was reading previous public tickets to try and find the answer to this already. I want the option to remove headers from all portfolio pages, posts and main pages. 

    I found this custom CSS from a previous ticket but found it only removed the heading and not the space or background colour. 

    .portfolio-template-default #full_width_portfolio .project-title{
      display: none;
    }

    Please can you tell me the CSS to remove all heading bars from each page?

    Also if I want to remove this custom CSS at a later date how would I do so? Will it always be visible in the custom CSS panel and easy to remove or will it disappear if i log out?


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

    div#full_width_portfolio div#page-header-wrap {
        display: none !important
    }

    Thanks


    ThemeNectar Support Team 

  • ConnieBeddow replied


  • ConnieBeddow replied

    AH ok sorry I think I figured this out now. It was because some blog posts were not full width so they were displaying the heading still. Thanks for your help.