Tagged: underline
Hi there!
This seems like a silly/basic question but I’m attempting to underline ALL links in the website (in text boxes, footer, socket, widgets, sidebars, etc) with the following code I found in another thread:
#main a {
text-decoration: underline;
}
#main .sidebar a,
#footer a,
#socket a {
text-decoration: underline;
}
The only problem is it underlines my button text as well. Any help is appreciated! Thank you!
Hey kellyCraftMedia,
Where can we see the elements which you don’t want to underline?
Best regards,
Rikard
I’m not sure I understand the question – I want to underline all text elements except the button text. Included is the link to one of the sites I’m working on for reference.
Hi,
Add this to quick css to specify no button underlines:
a.avia-button{
text-decoration:none!important;
}
Best regards,
Jordan Shannon
Hmm that didn’t seem to work… (see the same link I sent previously)
Hi,
Did you clear the cache a few times over? Also be sure to add the css to very top of quick css so that it runs first.
Best regards,
Jordan Shannon
You are correct – and that worked! Thank you!
Hi,
Perfect! I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon