badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Hide Main Navigation Menu for Mobile

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59715
    Robert
    Participant

    Hello! I would like to use a different (collapsible) menu on mobile using a separate plugin. I activated the plugin and both the theme mobile menu and the plugin mobile menu are displaying. I have tried a few CSS codes in attempts to hide the theme mobile plugin with no success. Are you able to provide CSS code to hide the theme mobile menu?

    Thanks so much!

    #59774

    Hi Robert,

    You can simply add below custom CSS code to hide the theme built-in navigation on mobile devices.

    @media only screen and (max-width: 767px)
        .menu-toggle {
            display: none;
        }
    }

    Thank you for using our theme.

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