Hide Header in one page

edited August 2015 in Theme support

Hi,

is it possible to hide in only one page of the site the header section?

I need a page that only show the visual composer item... Here the page http://wikilovesmonuments.wikimedia.it/landing/ i need to hide the action bar, the menù and the two logo (i use the Magazine header with the minimalist option).

Thanks...

Comments

  • Finally i have found the correct code and i write this here for the other visitor...  ;)

    Put this code in the custom css of the single page:

    #Top_bar { display: none !important; }

    ... with this only the action bar remains.

    Put also this line for hie the action bar:

    #Action_bar { display: none !important; }

    Thanks for the support blog! :-)
  • Hi,

    yes, it is possible. You can remove header on that page with below css:
    .page-id-1597 #Header_wrapper { display: none !important; }
    where 1597 is page ID.

    P.S. We're glad to hear that you found own way to hide header so now you can choose which solution you prefer :)
Sign In or Register to comment.