Home Forums Basel support forum Hide Header and Footer

Hide Header and Footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5067

    Funkierbike
    Participant

    Hey,

    I would like to make one page without the default header and footer.
    Can you please tell me what is the CSS code to hide it?

    Thanks 🙂

    #5076

    Artem Temos
    Keymaster

    Hello,

    You can try this code snippet to hide header and footer for the page

    .main-header, .topbar-wrapp, .footer-container {
        display: none!important;
    }

    Regards

    #5162

    Funkierbike
    Participant

    Great thank you!

    #5181

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Hide Header and Footer’ is closed to new replies.