Tagged: External Link, social icon, underline
Hello at Kriesi,
if I click on a social icon in the top bar header the icons gets underlined after opening the new page of the social account page. I have tried:
.av_font_icon a {
text-decoration: none !important;
}
a:visited {
text-decoration: none! important;
}
but that does not help.
Can you help?
Best
Hey Sigmund,
Please try this instead:
.social_bookmarks a:focus {
text-decoration: none !important;
}
Best regards,
Rikard
Hi Rikard,
that works like charm. Thanks!
You can close the topic.
Best Regards
Hi Sigmund,
Glad we could help :)
We are closing the thread.
Best regards,
Victoria