Home › Forums › Support › Underline links This topic has 10 replies, 2 voices, and was last updated 4 years, 2 months ago by David. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts February 4, 2022 at 8:38 am #2105412 Renske Hi there, How do I underline my links? (just the links in the main text, not the links in button blocks, navigation etc). Thanks! February 4, 2022 at 8:42 am #2105416 Renske This is the effect I’m looking for: a little space between text and line and the line should disappear when I hoover over it. Loom video: https://www.loom.com/share/3473e40cf2a846e8b4cb46d98e9dd4f3 February 4, 2022 at 8:43 am #2105417 DavidStaff Customer Support Glad to hear that February 4, 2022 at 8:46 am #2105424 Renske Sorry, I justed edited my response above. I’m actually looking for a different effect 🙂 February 4, 2022 at 10:03 am #2105484 DavidStaff Customer Support OK – so disable the underline option in the Customizer > General and add this CSS: .entry-content p a:hover { text-decoration: underline; } February 6, 2022 at 4:30 am #2106918 Renske Is there also a way to add a little more space between the link and the line? (see the example I provided above, gillandrews.com) February 6, 2022 at 8:30 am #2107245 DavidStaff Customer Support Try this CSS instead: .entry-content p a { border-bottom: 1px solid transparent; } .entry-content p a:hover { border-bottom: 1px solid currentcolor; } February 7, 2022 at 9:02 am #2108462 Renske Thanks David, this is working! I would also like the same CSS to the links in the footer. How do I do this? Thanks 🙂 February 7, 2022 at 9:07 am #2108469 DavidStaff Customer Support Can i see the site your adding this to ? February 7, 2022 at 9:19 am #2108484 Renske Sure, see private section. February 7, 2022 at 9:50 am #2108527 DavidStaff Customer Support Update the CSS to this: .entry-content p a, .site-footer a { border-bottom: 1px solid transparent; } .entry-content p a:hover, .site-footer a:hover { border-bottom: 1px solid currentcolor; } Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In