Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1765043
Editing Site Content
Closed

Comments

  •  5
    DrRyanMorrison started the conversation

    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)

  •  530
    OrionThemes replied

    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

  •  5
    DrRyanMorrison replied

    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?

  •  530
    OrionThemes replied

    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

  •  5
    DrRyanMorrison replied

    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?

  •  530
    OrionThemes replied

    Hi,

    Try tel:402... without the  <a href part. I just tested and it works on my end.

    Kind regards,

    Timea

  •  5
    DrRyanMorrison replied

    Thanks!