Hi there, I am working on my contact page: https://www.flowdivision.com/contact/
and the phone number shows up in bleu (red link) on a smart phone, this is should be white.
I tried the code below, but this not working.
a[href^=“tel”] {
color: #fff;
}
Thank you for you support!