Email + Phone Hyperlink

Happy New Year everyone!
I created a custom page for my under-construction site - I added 2 icons one for email and one for call, how can I make when they click it will open an email or call.

Thanks

Lucy

Hi Lucy,

Please use the BUTTON element instead.

  1. Turn off the text option
  2. Turn on graphic option.
  3. Choose the icon you need.
  4. On the LINK tab, you can easily select the address icon for email or the phone icon for call under TYPE option.

See this: https://screencast-o-matic.com/watch/cYVjQVvwGj

1 Like

Thank you so much! I did how you suggested. I am using the theme demo agency and I want to make sure phone, fax, address, email are hyperlinked.

They are just regular text, can you give the code where I can change?

THANKS

Hello @LucyKeile,

Please edit your page in Cornerstone or Pro editor if you are using Pro theme. At the bottom section, you’ll find the texts. Make sure that you update the text contents into this:

<a href="your link here">123 Imaginary Drive, NYC</a> 
<a href="tel:555.555.1234">555.555.1234</a>
<a href="mailto:[email protected]">[email protected]</a>

Hope this helps.

Thank you! I got the telephone correct but I am not sure what link I should add for the address. Is this the URL for the address ( map ?)
Can I hyperlink a fax number?

Hello @LucyKeile,

If you do not have any links for the address, just remove it instead.
For the fax number, yes you may also link it.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.