Hello,
I have a colleague who is colorblind, and he has trouble finding the links in our web site. I thought I’d try making the links underlined, to see if that would help. Our site, as designed, does not have hyperlinks underlined. We are using the Enfold theme by Kriesi.at.
I have successfully added underlining to our pages and blog entries, using this quick css code I found in the Kriesi.at forums:
.avia_textblock a {
text-decoration: underline;
}
.entry-content a {
text-decoration: underline;
}
I’m wondering if there’s some similar quick css code that would underline links in The Events Calendar Pro pages.
Thanks! Lance