• So on the sidebar, widget titled THEME – ABOUT ME…………….how do I make a link be underlined?
    <a href="(link)">text</a>

    Is it a WordPress thing or is that no longer used?

    (link) representing the actual URL but I am not posting here.
    text representing the actual text.

Viewing 1 replies (of 1 total)
  • Hi there,
    do you have a URL so I can check this out? This would help

    .widget a {
        text-decoration: underline;
    }
    

    in your custom css box under Customize->Additional CSS

    Let me know if this worked

Viewing 1 replies (of 1 total)
  • The topic ‘underline for links’ is closed to new replies.