hey there,
i have a problem with my mobile menu. the bg clor is white, but the font color and the color of the X on the top too. how can ja change it?
Hey modellbauBB,
Thank you for writing in!
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
url in private content :)
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
color: blue;
}
#top .header_color .av-hamburger-inner,
#top .header_color .av-hamburger-inner::before,
#top .header_color .av-hamburger-inner::after {
background-color: blue !important;
}
}
Just change the color as you see fit. Hope this helps :)
Best regards,
Nikko
Hi Nikko,
I used your CSS code above to fix colors on my Burger Menu / Mobile Styling. It works fine, there is just one little issue. c
Mobile menu has white background with red menu links, if i click on one of the menu items on mobile it highlights the menu in RED and since menu fonts are RED they become invisible.
Webiste URL in private.
Thanks,
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
background-color: #ddd !important;
}
Best regards,
Rikard
Rikard, Thanks so much, works perfect!