remove the underline collapsible heading (sense theme)

How do I remove the underline when hovering over of my collapsible heading

Hi @brianel ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-accordion.css->paste below code at the bottom of the file:

.collapsible-content summary:hover >h3 {
  text-decoration: unset !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

2 Likes