Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #863081

    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

    #863341

    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

    #863486

    Hi Victoria

    Sorry, please navigate to http://catherapeutics.com/dr-brandon-martinuzzi/ on a mobile device.

    Thanks!
    Jon

    #863894

    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

    #865446

    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

    #865449

    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

    #865873

    Thank works, thanks Yigit.

    #865882

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Colour of phone number on mobile screen’ is closed to new replies.