-
AuthorPosts
-
August 19, 2017 at 2:36 am #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.
August 19, 2017 at 11:05 am #841230Hey 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,
RikardAugust 19, 2017 at 9:36 pm #841432Hi.
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
August 20, 2017 at 6:48 am #841584Hi,
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,
RikardAugust 28, 2017 at 9:45 pm #845054Hi
Tried that also now and the code you suggested did nothing, tried it in quick css and in style.css.Thanks
August 28, 2017 at 10:57 pm #845076Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.