Hi!
After adding enfold child theme I cant hide menu on pages anymore. I have a totally clean childtheme with no code whatsoever.
Hi FabelMedia!
I cannot see main menu on your page. You have Fullwidth sub menu element added to your content. If you would like to hide UberMenu notice, please add following code to Quick CSS
.ubermenu-admin-notice {
display: none;
}
Cheers!
Yigit
Sorry, look again. You must have entered while I was tweeking. The uber menu was just a test, had just installed it. I am going away from the submenu, and using the ubermenu istead. But still the normal wordpress menu is showing although it is hidden in the page options.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu.av-main-nav-wrap {
display: none!important;
}
Best regards,
Yigit
Thanks. Any idea why it wont work to choose hide header inside page editor? All the other options work except hide. The fix to just hide it works for me, so no need to look into it if you dont want to.