Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1145006

    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

    #1145213

    Hey Sigmund,

    Please try this instead:

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

    Best regards,
    Rikard

    #1145350

    Hi Rikard,
    that works like charm. Thanks!

    You can close the topic.

    Best Regards

    #1145377

    Hi Sigmund,

    Glad we could help :)

    We are closing the thread.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Underline under social icon after external link’ is closed to new replies.