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

    Hi.

    The phone number in the secondary menu at the top of the site is no longer clickable to ring on an iPhone??

    We have tried different formats, but regardless of how it is written you can not click on it to make a phone call.

    Tried this and it did work but the phone number text went black?>

    Same for email.

    Thye have been added in the normal way in the enfold theme > header > extra elements.

    Neither can be clicked on..

    Advise would be great
    Thanks

    • This topic was modified 7 years, 3 months ago by mmsdev.
    #841230

    Hey mmsdev,

    They need to be in a link format for them to be clickable, did you you add them like that?

    <a href="tel:555-555-5555">555-555-5555</a>
    
    <a href="mailto: (Email address hidden if logged out) ">your anchor text</a>

    If that is not working then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #841432

    Hi.

    Yes i have trie this:

    +44(0)161 8334722 | (Email address hidden if logged out) “> (Email address hidden if logged out)

    But the text on the secondary header is meant to be white and when i add this the email and phone number are ion black, which is on a black background so can not see it.

    Please beware that on a mobile the secondary header is white and the text is dark grey so it may be a an issue.
    If you do happen to do anything can you please check it on a mobile as thats important.

    Many thanks

    Admin below

    #841584

    Hi,

    Thanks for that. You should be able to control the link colour with the following CSS:

    .phone-info a {
      color: #fff;
    }
    
    .header-scrolled .phone-info a {
      color: #262526;
    }

    Best regards,
    Rikard

    #845054

    Hi
    Tried that also now and the code you suggested did nothing, tried it in quick css and in style.css.

    Thanks

    #845076

    Hi,

    Just to test, please remove your all of your css from quick css and just add Rikard’s code. Does his code work then? If so, that means there is an error somewhere in your current css.

    Best regards,
    Jordan Shannon

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