Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Can I put a link in a text widget?

Home Forums Support [Resolved] Can I put a link in a text widget?

Home Forums Support Can I put a link in a text widget?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #107970
    Sharon Brodin

    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

    #107988
    Tom
    Lead Developer
    Lead Developer

    The Text widget accepts HTML:

    <a href="tel:1-123-4567">Call me</a>
    <a href="mailto:me@example.com">Email Me</a>
    #107995
    Jean Paiva
    Developer

    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>
    #108020
    Tom
    Lead Developer
    Lead Developer

    Nice! 🙂

    #108039
    Sharon Brodin

    Thanks to both of you! I’m not a techie, but I’ll give this a try…

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.