HI,
Is there a way to have the phone number icon color on mobile to be white? for some reason on my end it is gray for mobile?
Hey vrhgmt744p,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet #top #wrap_all .header_color.av_header_transparency .phone-info .avia-svg-icon svg:first-child {
fill: #fff;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike