Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #761080

    hello

    how do I remove the enfold menu but still leave the shiftnav menu?

    #761197

    Hey Nathan,

    You can add the following to quick css:

    .main_menu{
    display:none !important;
    }

    For The mobile menu:

    #advanced_menu_toggle{
    display:none !important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #761596

    Hi Jordan

    Thank you for the code, I entered:

    .main_menu{
    display:none !important;
    }

    into the “Quick CSS” and when I refresh the page the menu is still there:
    bodytalkminneapolis.com

    is there a reason why it’s still showing and can we try another strategy?

    Thank you for your time.

    #761606

    Hi,

    Please provide admin info so that I can look into this further.

    Best regards,
    Jordan Shannon

    #761665

    yes

    #762001

    Hi!

    There was a missing closing curly bracket in your custom CSS code. I closed it and added following code

    #header_main_alternate {
        display: none;
    }

    Please review your website now

    Cheers!
    Yigit

    #762080

    You have a great eye for detail, thanks for the support enfold team

    #762082

    Hi,

    I’m glad this was able to be fixed for you. If you need any additional help, please contact us here.

    Best regards,
    Jordan Shannon

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