Can't Hide Responsive Menu Icon

Posted in: Newsmag
Post count: 21

Hi,
When you look at my site (http://dawg.christianinternethosting.com/) when the screen is under 600px wide, you can see two menu icons. I wanted to remove the one on the far right. So, using Inspect Element I added the below CSS to my Custom CSS field in the Theme Panel:

@media only screen and (max-width: 600px) {
#mega-menu-wrap-header-menu-10 .mega-menu-toggle + label { visibility: hidden; }
}

This hides the far right icon fine, but when you click on the far left icon it pulls out the menu, but the menu is gone. It is hidden along with the far right icon.

Can you tell me what I am doing wrong please? Thanks 🙂

Post count: 7909

Hi,

Please make sure you also test this without any plugins active and leave just Visual Composer plugin active and also empty cache. I also tested this and found no issues, we suggest to deactivate all plugins to make sure this doesn’t happen due to others plugins you use.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.