Okay
  Public Ticket #2544843
Hide page header
Closed

Comments

  •  1
    ZottWalk started the conversation

    Hi!

    I'm trying to hide the page header only on this post but I cannot do this. I used this code but it doesn't works 

    .page-id-9185 #header-space , .page-id-9185 #header-outer {display:none;}

    .page-id-9185 #header-secondary-outer {display: none;}

    .page-id-9185 #footer-outer{display:none;}

    .page-id-9185 #page-header-bg.default-blog-title.fullscreen-header{display:none;}


    could you please help me in solving this problems?Thanks, Antonio


  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .postid-9186 #page-header-wrap.fullscreen-header {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team