Okay
  Public Ticket #937305
Telephone link colour on mobile
Closed

Comments

  •  2
    Imogen Bertin started the conversation

    Dear ThemeNectar

    One of my testers noticed that the phone numbers I have added to the footer copyright text field are automatically being picked up as a link in mobile (good!) which is causing the colour to change only on mobile (bad, as the colour is not a good contrast on the footer background). Is there a way to make the telephone number text remain white, even where a browser is being smart and displaying it as a link for mobile users?

    If not, don't worry, I'll move the phone number to the header...

    Thank you!

  •  9,028
    Tahir replied

    Hey Again,

    Try this: https://css-tricks.com/forums/topic/font-color-not-changing-on-iphone-for-numbers/ .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Thanks


    ThemeNectar Support Team