Okay
  Public Ticket #3103742
Remove all underlines on the page links
Closed

Comments

  • aldosoraluz started the conversation

    I need to remove all underlines on the menu and the link on whole my website

    Thanks

  • [deleted] replied

    Hi aldosoraluz,

    I think that you want to remove the underline animation when you hover on links. To do that change please add the code below to your Custom CSS area:

    .site-footer a:after, .wrapper a:after {
        width: 100%;
    }

    Have a nice day!

  • aldosoraluz replied

    Hello,

    Now all links have an ugly underline, how can I remove this underline?

    Thanks

  • [deleted] replied

    Hi aldosoraluz,

    Please remove the previous CSS code and add this one:

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

    it should work smile.png

    Thanks!

  • aldosoraluz replied

    Works great Thanks a lot

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a wonderful day!

    P.S: If you enjoy Kalium, you can head over to your Downloads tab and give it 5 stars. We will love you forever.