Hi!
I changed the background of the main menu line with the help of Kriesi support. Now the Mobile Menu (3 dark lines) is difficult to see. How can the color of the Mobile Menu (3 lines) be changed to white?
URL: https://meister-sicher.de
Best regards
Morcy
Can someone help?
Hi,
Please replace the CSS you got earlier with this:
@media only screen and (min-width: 768px) {
#top #header .av-main-nav > li > a {
background-color: #719430!important;
}
}
Best regards,
Rikard
Hello Rikard,
thank you for your answer. If I replace the CSS, the mobile menu looks good, but the desktop menu does not (see pm). So for the time being, I’m sticking to the previous solution. Is there another solution where the desktop view can remain as before, but the mobile menu is more readable?
Best regards
Hi Morcy,
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) {
#top #header .av-main-nav > li > a {
background-color: #fff!important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
now the mobile menu is also readable. Wonderful! Many many thanks!
Best regards
Morcy
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Hi!
Thank you so much! The thread can be closed.
Best regards
Morcy
Hi,
If you need additional help with this topic, please let us know here in the forums.
Best regards,
Jordan Shannon