Archived topic
mobile drop down menu
5 replies · Started by Olga on March 7, 2019
Hello!
I have an issue with mobile drop down. The transparent dropped down menu items clash with the text on the top section, and it does not look good.
My desktop menu is set as transparent, and that's fine, but on mobile drop down it becomes a mess!How I control them separately?
Hi there,
so try disabling the Merged Site Header for mobile. Go to the Header Element > Site Header Tab and on the merge settings you can set it to desktop only. You Mobile header will then use the colors you have set in the customizer.
Is Header Element > Site Header Tab on the wp dashboard somewhere, or on the customiser?
Aah actually you're using the Legacy Page Headers, in that case try this CSS:
.main-navigation.toggled .main-nav > ul {
background-color: #3f3f3f;
}
If you want to check out the new Elements modile in the future then you can learn more here, but if the old page headers are working for you then there is no need to change:
Perfect, thank you!
Glad to be of help