Home Forums Basel support forum Hide menu bar on a page

Hide menu bar on a page

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

    bnader
    Participant

    Hi there,

    How can I hide the menu bar on a specific page?

    Thanks,
    Ben

    #21254

    Artem Temos
    Keymaster

    Hi,

    You can add this code to the page Custom CSS field in Visual Composer to hide the menu on a specific page

    div.main-nav {
        display: none!important;
    }

    Regards

Tagged: ,

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