Archived topic
No Mobile Menu Anymore
7 replies · Started by Matteo on October 22, 2021
From last update I can't mobile menu, my site is pulli.it, why?
Hi there,
try adding a background color to the open mobile menu using this CSS:
.mobile-menu-open #mobile-header,
.mobile-header-sticky #mobile-header.toggled .main-nav>ul {
background-color: #f00;
}
nothign happens :(
Hi Matteo,
I don't see the code has been added to your site.
Have you cleared the cache after adding the code?
Let me know :)
yes ofc now i see this... omg: https://www.pulli.it/wp-content/uploads/2021/10/1634925634816.jpg
Can you make sure all the transparent colors are set within the merged header element itself?
https://docs.generatepress.com/article/transparent-header-and-navigation/
Then you can use this color rgba(150,51,64,0.9) in the customizer and remove this CSS:
.sticky-enabled .main-navigation.is_stuck {
background-color: rgba(150,51,64,0.9) !important;
}
The video in the linked documentation article should explain everything you need to know.
no impossible, because only in firefox browser i see perfect mobile menu, instead chrome and safari I see this shit. What happend?
Can you disable all plugins except GP Premium for us to take a look?
Thanks.