Hey Pas7o,
Thank you for using Enfold.
You have to remove the following css code or wrap it inside a css media query if you intend to change the background of the submenu on desktop view.
#top #wrap_all .sub-menu {
background: #002fa7;
}
Best regards,
Ismael
I wrote this code yet but on mobile doesn’t work.
Hi,
You have to remove that code, not add it. And don’t forget to toggle the Performance > File Compression settings afterwards.
Best regards,
Ismael
Hi Pas7o,
https://cl.ly/c6b489fe3301 Do you mean you want the whole overlay blue and the text white?
Best regards,
Victoria
Yes, thanks.
Hi Pas7o,
Please try the following css
.html_av-overlay-side #top .av-burger-overlay-scroll {
background: #192e63;
}
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
color: #fff;
}
You need to adjust colors to suit your needs.
Best regards,
Victoria