Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1413317

    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

    #1413327

    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

    #1413510

    It still show underline unless I am hovering over the icon then it goes away

    Thanks for your help

    Sean

    #1413533

    Hi,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1413624

    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

    #1413626

    This seemed to fix it

    #top .av_font_icon * {
    text-decoration:none!important;
    }

    #1413645

    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

    #1413647

    ok we can close this

    #1413666

    Hi,

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘REmove underline from icons’ is closed to new replies.