Hello,
One other area I want the underline for hyperlinks – content blocks that I include in sidebars:
You can see the example on our home page:
meditateinwellington.org
Thanks for your help!
Hey tamara_cartwright,
To enable the underline for sidebar hyperlinks, just add the custom CSS code below at Enfold Theme Options > General Styling > Quick CSS
.sidebar a {
text-decoration: underline;
}
Best regards,
John Torvik