How can I remove the underlines from the collapsible tabs section in dawn theme?
I don’t want to globally remove underlines is this possible?
Welcome to Shopify Community,
Kindly share your store URL.
So that i can help you.
Thank you.
I’ve just messaged you my store url and pass, thank you
.collapsible-content summary:hover .accordion__title{
text-decoration:none !important;
}
Add this code in the bottom of base.css file or collapsible-content.css file.
worked perfectly thank you!