Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1487608

    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?

    #1487613

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.