Home Forums Basel support forum Basel Hamburger Menu Icon

Basel Hamburger Menu Icon

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

    colinsquireboone
    Participant

    Hello, I am using Basel to create a website without any menus at the top level (weird I know, but bear with me). It seems that no matter what I do, I cannot get the burger icon to disappear when I reduce my site to mobile dimensions. The icon is always there, and when it is clicked, it opens a black rectangle (because my website doesn’t have any menus). How do I get rid of it?

    #171747

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Tablet/Mobile/ and others:

    @media (max-width: 991px){
    .right-column .mobile-nav-icon {
        display: none;
    }
    }

    Best Regards

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