Hey Guys,
I use some icons and icons-lists on my site and some shows a line under the symbol. I already deactivated all Plugins and cleared the cache, but nothing helped. I have the newest versions of WP, Enfold and the plugins. I use the Enfold Child Theme.
Do you have any ideas?
Thanks for your help!
Hey!
Try adding this code to the Quick CSS:
a.iconlist_icon{
text-decoration: none !important;
}
Cheers!
Josue
Hey Josue,
thanks for your help, it worked! I just had to add also the element a.av-icon-char, so its for all Icons.
a.iconlist_icon, a.av-icon-char {
text-decoration: none !important;
}
Cheers, Maja