Okay
  Public Ticket #3176566
How disable links underline
Closed

Comments

  •  3
    lexxprime started the conversation

    With additional plugins, many elements are underlined, except for links —for example, images in a blog plugin, etc.

    How can I disable animated underline links?

  •  1,558
    Laborator replied

    Hi there,

    If you want to disable the link underline on your site add this CSS to Custom CSS:

    .site-footer a:after, .wrapper a:after {
        background-color: transparent !important;
    }
    

    If you have only specific areas where you want to hide the underline then please let us know and if possible include your login credentials.

    P.S. We are releasing a new theme update the upcoming month which will include an option to enable/disable the link underline animation.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group