Archived topic
Can I put a link in a text widget?
4 replies · Started by Sharon Brodin on May 14, 2015
Viewing posts 1–5 of 5
Hi there,
I'd like to put the phone # and email address in a text widget both in the sidebar and a footer. Is that possible? Or is there a better way to have live links in those areas?
Thanks!
Sharon
The Text widget accepts HTML:
<a href="tel:1-123-4567">Call me</a>
<a href="mailto:me@example.com">Email Me</a>
If you want to use some icon too:
<a href="tel:1-123-4567"><i class="fa fa-phone" style="font-size:22px; padding-right: 5px;"></i>Call me</a>
<br />
<a href="mailto:me@example.com"><i class="fa fa-envelope-o" style="font-size:20px;padding-right: 5px;"></i>Email Me</a>
Nice! :)
Thanks to both of you! I'm not a techie, but I'll give this a try...
This archived topic is closed to new replies.