Hi,
sorry, but why doesn’t work one of my tokens? I have tried different tokens because I always work with enfold in all my projects.
I wanted to know how I can hide the menu (burger menu) on my landing page? It worked with css: page id… for desktop, but i need also to hide the menu on mobile devices for this two pages.
thank you a lot!
Hey Eva,
Thanks for the link to your site, I see that you Envato Token is working on your site in Enfold Theme Options ▸ Theme Update ▸ Enter a valid Envato private token so perhaps you are talking about your support forum license which expired on 2021-07-16, you can either renew your support in your Envato Theme Forest account, or if you have multiple licenses from multiple projects try registering one of your other purchase codes and open another support forum account. Please note that the Contact Form is not appropriate for support questions.
Nonetheless I see that you are using this css to hide the menu for desktops:
.page-id-1432 #avia-menu .menu-item.menu-item-top-level {
display: none;
}
.page-id-1572 #avia-menu .menu-item.menu-item-top-level {
display: none;
}
To hide desktop & mobile menus I changed the css to this:
.page-id-1432 #avia-menu {
display: none;
}
.page-id-1572 #avia-menu {
display: none;
}
please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
thank you a lot for the working setting! You answered and helped very quickly – perfect ;)
Have a nice sunday, best regards, Eva
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike