• Resolved BlueMoon123

    (@bluemoon123)


    I am using the Rehub Theme with the Rehub Cash Child theme. I have two mobile menu toggle buttons. I tried to correct the problem using Option 1, by Disabling the Mobile Toggle’ but that just dumps my menu contents across my page.

    For the second option, I did not find the WP_Nav_Menu in the header.php. So, I asked the WP Forum and was advised to make a change to the parent theme rehub/style.css by changing line 80 from the following below. Unfortunately that didn’t change anything either. Can you please send me the CSS command for option 3 so I can run it on my site.

    Old:
    .responsive_nav_wrap {
    display: none;
    position: relative;}

    to:

    New:
    .responsive_nav_wrap {
    display: none !important;
    position: relative;}

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

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

    (@megamenu)

    Hi BlueMoon,

    Thanks for posting a link.

    Please go to Appearance > Customize > Additional CSS and enter the following:

    .mega-menu-primary-menu .responsive_nav_wrap {
    	display: none !important;
    }
    Thread Starter BlueMoon123

    (@bluemoon123)

    Thank you, that worked. Also, thank you for creating the plugin.

    Plugin Author megamenu

    (@megamenu)

    You’re welcome. I’ll set this to resolved.

    If you have a spare minute, would you mind leaving a quick review for the plugin at the bottom of this page? It would be much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I see two mobile toggle buttons’ is closed to new replies.