Comments aldosoraluz started the conversationAugust 14, 2022 at 3:36pmI need to remove all underlines on the menu and the link on whole my website Thanks[deleted] repliedAugust 15, 2022 at 7:25amHi 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 repliedAugust 15, 2022 at 10:42amHello, Now all links have an ugly underline, how can I remove this underline? Thanks[deleted] repliedAugust 16, 2022 at 7:34amHi 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 Thanks!aldosoraluz repliedAugust 16, 2022 at 10:38amWorks great Thanks a lot[deleted] repliedAugust 16, 2022 at 10:55amHappy to hear thatHave 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. Sign in to reply ...
I need to remove all underlines on the menu and the link on whole my website
Thanks
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:
Have a nice day!
Hello,
Now all links have an ugly underline, how can I remove this underline?
Thanks
Hi aldosoraluz,
Please remove the previous CSS code and add this one:
it should work
Thanks!
Works great Thanks a lot
Happy to hear that
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.