• I use the plugin max menu, but when the mobile version of the default header menu from wordpress still appears and is annoying

    screenshoot

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Katawarna,

    You’ll need some custom CSS to hide the duplicate button. I can help you with this, but I will need to see a live link to your site so I can inspect the HTML and provide the correct CSS.

    Thread Starter katawarna

    (@katawarna)

    You can see on https://gulagendhis.com/

    Plugin Author megamenu

    (@megamenu)

    Thanks. Please go to Appearance > Customize > Additional CSS and add the following:

    button.menu-toggle {
    	display: none !important;
    }
    Thread Starter katawarna

    (@katawarna)

    Oh yes, thank you for the help that worked.

    One more thing, when the screen display is smaller than desktop mode, the font color in the menu changes and I have tried changing the color settings in Menu Themes setting but it doesn’t work

    screenshoot

    Plugin Author megamenu

    (@megamenu)

    Hi Katawarna,

    That will be a bit more complicated to do, as your theme is forcing it’s own styling on the menu.

    You will need to copy your themes header.php (or the file that is responsible for outputting the menu – usually it is header.php but it could be something different) to a child theme, then remove this class:

    https://screencast.com/t/GUbLh91XlK

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove default hearder menu in mobile’ is closed to new replies.