Okay
  Public Ticket #1231574
links style
Closed

Comments

  • gabrielerivoli started the conversation

    Hi, I would change the animation of the line that grows under the links of kalium theme, or simply get rid of it. 

    thank you

  • [deleted] replied

    Hi gabrielerivoli

    Please read article we wrote how to use Custom CSS. And past the code below to remove it.

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

    Thank you.