Comments 2motiv_studio started the conversationOctober 28, 2016 at 8:35amBy default the theme creates a border-bottom when any <a> element is :hover or :focus. I'd like to remove this in to build my own buttons. "border-bottom: 0 !important;" does not do anything.Please see attached screenshot.Thank you 1,558Laborator repliedOctober 28, 2016 at 12:20pmHi there,Add this CSS to remove the bottom border: .wrapper a:after, footer.main-footer a:after { display: none; } Best regards,Laborator Team Documentation Join Kalium Users Group 2motiv_studio repliedOctober 29, 2016 at 2:17amThank you, worked great. 1,558Laborator repliedOctober 30, 2016 at 10:00pmGlad to hear that it workedBest regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
By default the theme creates a border-bottom when any <a> element is :hover or :focus. I'd like to remove this in to build my own buttons. "border-bottom: 0 !important;" does not do anything.
Please see attached screenshot.
Thank you
Hi there,
Add this CSS to remove the bottom border:
Best regards,
Laborator Team
Thank you, worked great.
Glad to hear that it worked
Best regards,
Laborator Team