Archived topic
Problem on a menu
9 replies · Started by Jean-Pierre on March 25, 2019
Sorry i come back for a problem :
When I choose an option in the black menu the background disappears:
example choice "Débouchage". If I click on "Accueil" the black background comes back.
Regards,
Jean Pierre
Hi there,
Not quite sure if I understand.
Sounds like you are looking for the options in Customizer > Colors > Primary Navigation?
Let me know :)
When i am on "Accueil" i see the second menu "Débouchage Curage Vidange et pompage..."
If i clic on the first menu "Entreprise" do not see the second menu.
The second navigation is disabled on those pages using the disable element metabox:
https://docs.generatepress.com/article/disable-elements-overview/
Nothing is disable on my pages, only the index is ok, i can't find why the other pages don't function
Try removing this CSS from the Additional CSS field in the customizer:
body:not(.home):not(.woocommerce) .site.container {
margin-top: -40px;
}
Maintenant ça fonctionne mais j'ai un petit décalage, cela semble venir de la position de la page.
Now it works but I have a small offset, it seems to come from the position of the page.
Hi there,
can you flush any caches you have as the above CSS that Leo said to remove is still loading on the other pages.
Thank you David, have a nice day
Glad we could be of help.