Tagged: hyperlinks, links
My links are not underlined, but they show the underline do on hover.
Is this default? How can I override this behavior for paragraph and headings?
I would like my h2 heading tag show an underline if it is a hyperlink, so people know its clickable.
Thanks in advance,
Scott
Hi Scott!
Yes, it is default behaviour. Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3>a, h2>a {
text-decoration: underline!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Also, please disable CSS minifying feature before applying the code.
Regards,
Yigit
It’s not working. Am I missing something?