Hi team!
How do I get rid of the underline on the social icons within a standard text box? I have some additional Quick CSS applied to the site that underlines text for all links, but can’t seem to find something that’ll override it. That Quick CSS is:
#main a {
text-decoration: underline;
}
#main .sidebar a,
#footer a,
#socket a {
text-decoration: underline;
}
Thanks in advance!
Hey kellyCraftMedia,
Add this to quick css:
.av_textblock_section a.av-icon-char{
text-decoration:none!important;
}
Best regards,
Jordan Shannon
Brilliant – thank you!
Hi,
No problem, I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon