We would like to disable the desktop menu and only have a menu in the Mobile version. Is this possible?
Hi,
Please, go to Betheme -> Theme options -> Header & Subheader -> Header, and there choose style Simple or Empty.
Thanks
Hello,
We had the Empty option selected already. We tried the Simple version and it doesn't work.
We don't want a menu at all in the desktop version.
How can we achieve this?
For that you need to write a custom CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
I can help you with that, but I will need a link to your website.
This is the link: https://llamainnmadrid.com/
Please, use the following CSS code:
@media only screen and (min-width: 1240px){ .responsive-menu-toggle{ display: none!important; } }
Thank you! It worked!
Comments
Hi,
Please, go to Betheme -> Theme options -> Header & Subheader -> Header, and there choose style Simple or Empty.
Thanks
Hello,
We had the Empty option selected already. We tried the Simple version and it doesn't work.
We don't want a menu at all in the desktop version.
How can we achieve this?
For that you need to write a custom CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
I can help you with that, but I will need a link to your website.
Thanks
This is the link: https://llamainnmadrid.com/
Please, use the following CSS code:
Thanks
Thank you! It worked!