Hi.
i cant seem to get rid of the underline from links,they are there even before a hover over
I have tried the following..
a:hover {
text-decoration: none;
}
AND
a:hover{
text-decoration: none !important;
}
its only a one page site with no plugins
Hi midischool!
Please use following one
#top .av_inherit_color a {
text-decoration: none !important;
}
Best regards,
Yigit
Thats done it many thanks