I see two mobile toggle buttons
-
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]
- The topic ‘I see two mobile toggle buttons’ is closed to new replies.