• Hi everyone. I have added a different menu to my website and I want to remove the one that come with mellos. The problem it causes is that I can see the menu icon in the mobile version. I need to remove this icon.

    Thank you in advance for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi MMeli,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 768px) {
      div#header-nav {
      display: none;
    }
    }

    Thanks!

    Thread Starter mmeli

    (@mmeli)

    Thank you emranemranx! It works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot Remove Menu icon from mobile version’ is closed to new replies.