Footer Phone Number In 'Edge' Is Different Color

Hi There

The footer for each page has the company phone numbers in green. This works properly in Chrome, IE11 and Firefox but in Edge, for some reason the color is a light blue instead of green and the phone numbers are also underlined (which they are not in the other 3 browsers listed above).

Is there a way to fix this?

Thank You

Hi,

I checked and it look like a Microsoft edge phone number styling.

You can try installing this third party plugin.

Then add the code below in Scripts in Header

`

`

Hope that helps

Hi There

The plugin you supplied is loaded and we put that code in but it didn’t fix the blue text on the phone number of the footer when viewed in Edge. I believe we put code in the right spot. Did you want to check or did you have any other ideas to try?

Thank You

Hi Carl,

That is a feature of Edge where it converts a contact number to a link and styled it on its own.

Remove Microsoft Edge’s phone number styling

The best way around with that is to make your Phone Contact a link by wrapping it on an anchor tag <a>, so it will inherit your links styling

<a href="tel:888-888-8888" class="phone-link">(888) 888-8888</a>

Hope that helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.