Hi Team,
i tried removing the underline from the text links with the following but doesnt seem to work. please help.
a:hover{
text-decoration: none !important;
}
Hi!
Please add following code to Quick CSS
#top .av_inherit_color a {
text-decoration: none !important;
}
Best regards,
Yigit
Thanks! it worked!