[Support request] Underlined hyperlinks

Home Forums Support [Support request] Underlined hyperlinks

Home Forums Support Underlined hyperlinks

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2053371
    Richard

    Hi GP,
    Noob question here. I am using the Shop site from the library. Is there an easy way to add underlines to hotlinks in posts AND pages, perhaps just hyperlinks in paragraph text only? Any feedback most appreciated. Thank you. This is for https://orick.net.
    Richard

    #2054028
    Elvin
    Staff
    Customer Support

    Hi Richard,

    You can do it with this CSS:

    p a {
        text-decoration: underline;
    }

    But this will only work IF the link is in an actual<p> tag and there’s no other custom CSS that have more specificity.

    To be sure, can you point us to some links on the page where you want the underline to be applied on? So we can provide a more accurate CSS writeup. 😀

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