Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #499734

    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!

    #499795

    Hey!

    Try adding this code to the Quick CSS:

    a.iconlist_icon{
        text-decoration: none !important;
    }

    Cheers! 
    Josue

    #499800

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Lines under Icons’ is closed to new replies.