Hi,
How do I change the secondary color on mobile? I would like to change it from green to ##e1e1e1
Here is a screenshot of what it currently looks like
https://s4.postimg.org/c75g74l71/Screen_Shot_2016_08_14_at_6_28_53_PM.png
Hey navindesigns,
Thank you for using Enfold.
Please add this in the Quick CSS field:
#mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
background-color: #e1e1e1;
color: #000000;
}
Best regards,
Ismael
That did not work :(
Hi!
If you try it like that?
#mobile-advanced li > a:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a {
background-color: #e1e1e1 !important;
color: #000000 !important;
}
Please also clear your cache
Regards,
Basilis
Hi,
You have following code in Quick CSS
.sub-menu > li > a {
color: #ffffff !important;
background: #50b849 !important;
border: #50b849 !important;
}
Please change it to following
.main_menu .sub-menu > li > a {
color: #ffffff !important;
background: #50b849 !important;
border: #50b849 !important;
}
Best regards,
Yigit
that works
thanks