The contact info on the top of the page can be edited in Appearance -> Widgets. Look for the Classic header widget area and you'll find the Icon with text widget inside.
Thanks! is there a code or text I can use in the phone number link section that when a customer clicks on the phone icon it prompts their mobile to make a call?
Thanks! I seem to have tried many combinations of the code you sent me below, and none of it will save. What exactly should be written in the link text box?
Hi,
How do I edit the call to action content at the top of the home page in the "Home 1" option. (address, phone, opening hours, book an appt)
Hi,
The contact info on the top of the page can be edited in Appearance -> Widgets. Look for the Classic header widget area and you'll find the Icon with text widget inside.
I hope this helps.
Kind regards,
Timea
OrionThemes
Thanks! is there a code or text I can use in the phone number link section that when a customer clicks on the phone icon it prompts their mobile to make a call?
Hi
Sure.
All links with href="tel: ..." are callable on phones. So just add a link using tel: instead of http:// ... or https://
This is how the phone links should look in pure HTML:
<a href="tel:1-408-555-5555">1-408-555-5555</a>
You can use this in most of the widgets (if they contain a link field).
Kind regards,
Andrej
OrionThemes
Thanks! I seem to have tried many combinations of the code you sent me below, and none of it will save. What exactly should be written in the link text box?
Hi,
Try tel:402... without the <a href part. I just tested and it works on my end.
Kind regards,
Timea
OrionThemes
Thanks!