Hi guys
On mobile, all the phone numbers in my posts default to the same blue as the main theme colour. Is there some quick CSS to make them white? On desktop I have them set as white and they work great.
Thanks!
Jon
Hey Jon,
Can you point us to any post with the issue? The blog page does not seem to have any posts. And the phone numbers in the footer remain white on mobile.
Best regards,
Victoria
Hi Victoria
Sorry, please navigate to http://catherapeutics.com/dr-brandon-martinuzzi/ on a mobile device.
Thanks!
Jon
Hi Jon,
I can’t see the issue you are describing on that page either, could you post a screenshot of the problem please?
Best regards,
Rikard
Hi Rikard – sure, see below for a screenshot. It’s on an iPhone 6S screen.
http://catherapeutics.com/wp-content/uploads/2017/10/image1.png
Thanks for your help.
Jon
Hi Jon,
Please try adding following code to Functions.php file in Appearance > Editor
function avia_turn_off_detection(){
echo '<meta name="format-detection" content="telephone=no">';
}
add_action('wp_head', 'avia_turn_off_detection');
Best regards,
Yigit
Thank works, thanks Yigit.
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit