WillP Posted December 29, 2022 Share Posted December 29, 2022 Hi, On this website I'm working on: www.cslitdist.com – the phone number in the footer doesn't show up on mobile. Why?? Thank you for any help! Link to comment
Wolfsilon Posted December 30, 2022 Share Posted December 30, 2022 Hi there, Peace be with you. On my end everything looks good to me! Link to comment
WillP Posted January 2, 2023 Author Share Posted January 2, 2023 I'm on Safari on an iPhone 8 and that's where the issue is appearing. On Chrome it works. I wonder why it doesn't work on Safari. I'm stumped! gigawattgroup 1 Link to comment
gigawattgroup Posted January 13, 2023 Share Posted January 13, 2023 Did you find an answer to this? We are seeing the same with with our site. Link to comment
gigawattgroup Posted January 13, 2023 Share Posted January 13, 2023 I found a solution. h/t to https://stackoverflow.com/questions/3736807/how-do-i-remove-the-blue-styling-of-telephone-numbers-on-iphone-ios It's because safari's click-to-dial changes the color of the phone number. put this in your CSS: a[href^="tel"] { color: inherit; /* Inherit text color of parent element. */ text-decoration: none; /* Remove underline. */ /* Additional css `propery: value;` pairs here */ } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment