Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #567704

    I need the numbers to show as white please see http://www.psweb-design.com

    I have read in support that you can add custom code to child functions.php file which I have done :

    function add_custom_code(){
    $output = “<meta name=’format-detection’ content=’telephone=no’>”;
    return $output;
    }
    add_action(‘wp_head’, ‘add_custom_code’);

    I am afriad I am unclear what to do now do I need to add some css? can you please help

    Pete

    #568313

    Hey condonpb!

    Try adding this to your custom CSS.

    .phone-info, .phone-info * { color: white !important; }
    

    Best regards,
    Elliott

    #572002

    Can now be closed

    #572631

    Hi,

    Ok, thanks for letting us know.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Telephone Numbers show as grey link link color as background in iphone’ is closed to new replies.