hi,
i have hide the header without main manu on the start-page only. that works fine. the problem is, that the burger menu will not showing up on the startpage. on the other pages everything is fine. i use the following css:
.page-id-13 .logo { display: none!important; }
.page-id-13 #header_main > .container {
display: none;}
How to show the burger menu on mobile on start page (id 13)
kr dirk
Hey schnippel,
The mobile menu is showing up fine on my end when I check that page, did you get it working? If not then please try to explain a bit further.
Best regards,
Rikard
hi rikard,
there is no burger menu item on the start page. see screenshot.
kr dirk
Hi,
Best regards,
Victoria
you have the english version. please click on the german flag and than you will see the problem.
thanks and kr
dirk
Hi dirk,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.page-id-13 #header_main > .container {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
thanks – it works :-)
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Ismael