Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1267865

    Good morning,
    I’m facing an issue with the burger / mobile menu that by surfing from any mobile/browser it shows white.

    By looking to other similar thread I did already without success the follow:

    1) Addedd below lines to the CSS:

    @media only screen and (max-width: 767px) {
    .av-hamburger-inner, .av-hamburger-inner:before, .av-hamburger-inner:after {
    background-color: white;
    }

    2) Changed the follow line in the avia.js:

    From: var first_level_items = menu.find(‘> li:not(.menu-item-avia-special)’);
    To: var first_level_items = $(‘#avia-menu’).find(‘> li:not(.menu-item-avia-special)’);

    I did deactivate all plugins too without find a solution.
    May you be so kind to support me?

    Thank you in advance
    Kind regards

    • This topic was modified 3 years, 11 months ago by Rikard.
    #1268324

    Hey Carlo,

    Sorry for the problem. Please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then set the jQuery version to 1.12.4 in the plugin options, to see if that helps.

    Best regards,
    Rikard

    #1269009

    Hi Rikard,
    it works.
    Thank you a lot and have nice day,

    #1269076

    Hi Menny79,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘burger / mobile menu white’ is closed to new replies.