Skip to main content

My CSS tag isn't being applied

Comments

6 comments

  • KC George

    Hi Ross

    I checked  www.ministroflask.com on a mobile. Telephone number appears white on the mobile and not blue. Hopefully you have fixed the problem already? 

     

    0
  • Ross Garden

    If you try it on an iPhone you will see this

    0
  • Ross Garden

    On an iPhone the text is blue Please help. This is a client request for white text. Ross. 

    0
  • Ross Garden

    Is it possible to get a solution for this please - I don't know what to tell my client?

    0
  • Alex

    Hi,

    that's what Safari does on mobile. It will not happen on other browsers. Try to use the following code: 

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

    0
  • Ross Garden

    AMAZING!!! Thank you very much Alex, client will be happy now :)

    0

Please sign in to leave a comment.