Hello Team Enfold,
I’m having trouble figuring out how to change the color of the search and Menu (3 Line) Icons on the mobile version of my website.
Any Ideas?
Hey lmmoonlight,
Try this code in the General Styling > Quick CSS field:
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
background-color: yellow!important;
}
adjust the color to suit
Best regards,
Mike
Hi Again Mike.
That seems to work for the 3 lines. How about the search icon in mobile?
Hi,
Try this:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
color: yellow !important; }
}
Best regards,
Mike
Hmm, that didn’t seem to work Mike.