Phone # Link Font Color

I’m wondering how I can make a phone number font color show up as customized in text block editor of page content instead of showing up as the link color set by theme options settings.

https://wishcandle.com/ Here on the home page the phone number under the slider image shows up as the color set within the text block editor but on a mobile device it shows up as the link color set in the theme options. How can I get the phone number or any other text links to show up as the color set by the text editor if desired?

Hi There,

Please add this custom CSS under X > Theme Options > CSS:

a[href^="tel"] {
  color: #ffd38c;
}

Hope it helps :slight_smile:

ok wonderful I’ll give that a try, Thanks :slight_smile:

You are most welcome. :slight_smile:

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