Okay
  Public Ticket #1175751
Delete effect on links
Closed

Comments

  • petitspixels started the conversation

    Hello,

    I would delete in the css the effect of highlighting in the links but I can not find how.

    Can you help me?

    Best regards,

    Virginie

  • [deleted] replied

    Hi Virginie,

    So you want to remove the underline animation when you hover to any link on your site? If yes then, please add the code below to your Custom CSS area:

    a:after {
        background-color: transparent !important;
    }