Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #475424

    Is it possible to override the re-formatting of phone numbers (blue hyperlinks) caused by browser plugins like Google Voice? In certain browsers the phone numbers are appearing formatted as intended (correct theme colors) when a plugin is not overriding the formatting.

    I would like to make sure that the phone numbers are displaying in the color that I intend.

    Thanks.

    #475425

    P.S. The hyperlinked phone formatting is particularly problematic when it occurs in areas that are formatted with dark backgrounds such as in my footer area which is a very dark grey. The blue hyperlinks become very difficult to read.

    I would like to keep the phone number formatting consistent in the various browsers of our visitors.

    #475470

    Hey!

    Please use the following to target and style how you like.

    a[href^="tel:"] {
        text-decoration: none;
    }

    Let us know if we can do anything else for you.

    Regards,
    Basilis

    #476234

    Thank Basilis. Where should I be entering that?

    #476345

    Hi!

    Please try it in Quick CSS under Enfold–>General Styling.

    Regards,
    Rikard

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