Iphone - phone number color

Hey there,

I saw in another topic: (https://theme.co/apex/forum/t/phone-number-on-mobile/17512/5)

This:

"Please try adding the following CSS under Customizer > Custom > Global CSS:

a[href^=“tel”] {
color: #fff;
}
"
But it is not working for me… any idea?

tks

Hello Andre,

Thanks for posting in!

Please update your code and use this instead:

footer a[href*="tel"],
.x-colophon a[href*="tel"] {
  color: #fff !important;
}

Hope this helps. Kindly let us know.

Thank you,

it worked!

:slight_smile:

You’re welcome, Andre.

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