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 mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #105482
    darrell
    Participant

    I don’t have a menu on my site but when I view in mobile, the three lines still appear. How can I get rid of or at least change to color to the same as white background?

    #105602

    Hi there,

    Login to your admin dashboard and go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste below custom CSS code to hide the menu toggle button.

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

    Thank you!

    #105606
    darrell
    Participant

    Thank you, it worked!

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