Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #557817

    can i remove the header area entirely, instead of having it be capped at 45 px?

    I want it 0px, so i can then go ahead and design the website without the header limiting me in any way.
    This website has just 1 page so i dont need to bother with header navigation like menu items or a logo, or other stuff. if i want a logo i figure out how to add it in.

    #557934

    Hi elliotstiller!

    Add this to your custom CSS.

    #header { display: none !important; }
    

    If you want the header back then just remove that CSS.

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.