Home › Forums › Basel support forum › Basel: Double underline displaying in different browsers › Reply To: Basel: Double underline displaying in different browsers
February 1, 2021 at 6:40 pm
#263058
Elise Noromit
Member
Hello,
Please remove this custom CSS fromt the Theme Settings > Custom CSS
a:not(.tabs wc-tabs) {
color: #C41E3A;
text-decoration: underline;
}
Then, if you want a red underline for the product title, add this code:
.basel-hover-alt .product-title a {
border-color: #C41E3A;
}
Best Regards