Home › Forums › Basel support forum › Basel – Custom CSS to remove double underline in Arrows and Carousel › Reply To: Basel – Custom CSS to remove double underline in Arrows and Carousel
August 14, 2020 at 7:55 pm
#218807
oleg_dmitriev
Participant
…I managed to remove the underline from the arrows by excluding the .btn style, but I am still struggling to remove the second underline from the product title. Can you please help with this?
.wpb_wrapper a:not(.btn) {
color: #C41E3A;
text-decoration: underline;
}