Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #271272

    Hi, with Enfold theme a phone number is automatically detected.

    The problem is the appearance of this link (black background white text), how to change this style?

    Regards.
    Jean

    #271441

    Hi Jean!

    Can you post a link to the website? i checked this but couldn’t find the phone number.

    Best regards,
    Josue

    #271740

    Hi Josue, this is the same with all website, look here : http://therapie.gestalt.fr/
    Bug link tel on iOS

    The phone number does not have line is:
    – Let Safari that created the specific link (< a href=”tel:xxxxxxxxxx” >)?
    – Either a script in Enfold?

    I think if I created the link I can control the style:
    < a href=”tel:xxxxxxxxxx” > xx xx xx xx xx </ a>

    But I want to have a global solution without creating links if possible.

    Regards.
    Jean

    • This reply was modified 10 years, 6 months ago by freepixelweb.
    #271747

    Hey!

    Please go to Appearance > Editor and open Header.php file and add following line to before closing </head> tag

    <meta name="format-detection" content="telephone=no" />

    Cheers!
    Yigit

    #271844

    Hi, OK I know that is the solution but my customer like to have this function.

    I chose to use a real link and a style associated with a CSS class. This is good.

    Regards..
    Jean

    #271877

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.