I am using the latest release of Enfold and WordPress.
I have a simple issue, but cannot fix it. I want the links in my website’s text area of a page to be underlined. Currently they show up as the highlighted color I’ve selected (at the moment they are set to orange). Even though the Enfold theme configuration page shows the link as formatted to be underlined, and underlined on hover, they are never underlined.
How can I get links within a text element to be underlined?
The website address is: http://www.therapyhelpcenter.com.
Thank you.
Hey davevi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock a {
text-decoration: underline;
}
Cheers!
Yigit
Thank you Yigit. Your CSS code worked for everything — except a links I have embedded in my blog.
Can you tell me how to get those items links underlined also? These links are embedded, as opposed to being inside a Text Element, that’s the only coding difference I can see.
Take a look at my website to see the blog issue: http://www.therapyhelpcenter.com.
Bill
Hey!
Please add following code to Quick CSS as well Bill
.entry-content a {
text-decoration: underline;
}
Cheers!
Yigit
That fixed all remaining issues.
Thank you for your help Yigit.
Please close this thread.
Bill