I’d like to be able to make all links underlined so that all links are obvious without having to hover to see the underline.
How can I do this?
Thanks
Derek
Hey Derek,
Please try the following in Quick CSS under Enfold–>General Styling:
a {
text-decoration: underline !important;
}
Thanks,
Rikard
Hi Rikard. Thank you. It works but it also underlines all my menu items, page titles and post titles. I only want to underline links in the page and post body text.
Is there a way of doing this?
Thanks
Derek
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard, discovered someone else wanted to do the same thing and had been given the following fix:
.avia_textblock a {
text-decoration: underline;
}
.entry-content a {
text-decoration: underline;
}
This worked for me too!
Regards
Derek
Hey!
We are happy you got it solved!
Please feel free to let us know if you need anything else.
Regards,
Basilis