Underline links witthout icons
I ry tothis code:
a {
text-decoration: underline; }
.av_font_icon a {
text-decoration: none!important;
}
but it also underlined social icons above main menu:
how to get rid of this underlining?
Thanks
Hi denis-lvov!
Please add following code to Quick CSS
#top .social_bookmarks li a {
text-decoration: none!important;
}
Regards,
Yigit
Grait thanks, Yigit!!