Turn off header

Hello,

I need to turn off header completely on betheme. How can I do that? Thanks for the answer.

Comments

  • Hi,

    if you want to create kind of landing page without header and footer (just want to display content), you can use BLANK template which can be set on the right hand side while creating/editing pages. But if you want to remove just the top bar, you need to use extra css:
    #Top_bar { display: none !important; }
Sign In or Register to comment.