the icons in the theme after you hover over them then show an underline under the icon when you hover again it disappears. Any idea how to remove this?
Thanks
Sean
Hi Sean,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av_font_icon:hover,
#top .av_font_icon *:hover {
text-decoration: none;
}
Hope it helps.
Best regards,
Nikko
It still show underline unless I am hovering over the icon then it goes away
Thanks for your help
Sean
Hi,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
Very strange I cant recreate the bug on my public site it only appears on our private server for development. So it isnt my custom css could it be the server environment or a theme setting?
Thanks!
Sean
This seemed to fix it
#top .av_font_icon * {
text-decoration:none!important;
}
Hi,
Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
ok we can close this