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

    Hello, after running the theme update we have an odd thing that showed up in the top left corner that looks like a tiny burger menu with an x by it – but you can’t x out of it and nothing happens when you click it. I have run through all of the settings and can’t find where this came from. Please advise where to find it and delete it.

    #844306

    Hey Andy,

    Can you try adding this css code in Quick CSS (located in ENfold > General Styling):

    #advanced_menu_toggle, 
    #advanced_menu_hide {
        display: none;
    }

    or if that doesn’t work, try:

    #advanced_menu_toggle, 
    #advanced_menu_hide {
        display: none !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #844875

    This fixed it! Thank you for your help.

    #844876

    Hi!

    Glad Nikko could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    You too have a great day! :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Unwanted menu showed up in header after theme update’ is closed to new replies.