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*

Menu icon appears even with no menues

Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50881
    frsmnk
    Participant

    Hello,

    I have manually added some menus to the sidebar, but primary and social navigation are currently not set:

    Image

    Yet, in tablet and mobile view I still have the menu icon at the top right corner. Is there a way to remove it?

    Thank you!

    #51099

    Hi frsmnk,

    To remove the icon while there is no menu
    Go to Appearance -> Customize -> Additional CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

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

    Remove above custom css if you add a menu.

    Thank you!

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