Hello,
I would like to use only on “Home” the burger menu, but on this page also the Fullwidth Sub Menu.
I tried this code but unfortunately the Fullwidth Sub Menu does not appear.
/* Burger Menu nur bei Home */
.home #avia-menu > li, .home .menu-item {
display: none !important;
}
.home #avia-menu .av-burger-menu-main, .home #avia-menu .menu-item-search-dropdown {
display: block!important;
}
What could be the correct CSS code?
Hey Maik,
Is the menu supposed to be located under the slider?
Best regards,
Jordan Shannon
Hey Jordan,
No, the Fullwidth Sub Menu should be at the bottom of each site of the Website. You can see it here:
Best regards,
Maik
Hi,
Please provide the admin info so we can look into this issue further.
Best regards,
Jordan Shannon
Hello, here are the requested dates.
As I said, I want the BurgerMenu only on the ‘Home’ page. Otherwise, the normal menu on the other pages.
However, the Fullwidth Sub Menu should still appear at the bottom of every page, including the Home’ page.
Thanks for the help,
Maik
Hi Maik,
I changed your custom CSS code to following one
/* Burger Menu nur bei Home */
.home #header #avia-menu > li, .home #header .menu-item {
display: none !important;
}
.home #header #avia-menu .av-burger-menu-main, .home #header #avia-menu .menu-item-search-dropdown {
display: block!important;
}
Please review your website :)
Best regards,
Yigit