Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #571423

    Hi!

    After adding enfold child theme I cant hide menu on pages anymore. I have a totally clean childtheme with no code whatsoever.

    #571430

    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

    #571439

    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.

    #571442

    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

    #571451

    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.

    #571462

    Hi!

    Now i understood the issue. We do not mind looking further into it. If you would like to do so as well, please try de-activating all active plugins and check if it helps.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.