Home › Forums › Basel support forum › CSS to format URLs but exclude some classes? › Reply To: CSS to format URLs but exclude some classes?
May 11, 2020 at 10:50 am
#194052
Elise Noromit
Member
Hello,
In order to remove the line add this code:
body .btn.btn-style-link:hover,
body .btn.btn-style-link{
border:none;
text-decoration:none;
}
And remove this code from your custom CSS:
Best Regards