Hello there,
-
In your Shopify Admin go to online store > themes > actions > edit code
-
Find Asset >base.css and paste this at the bottom of the file:
.header__menu-item:hover span {
text-decoration: none;
}
.collapsible-content summary:hover .accordion__title {
text-decoration: none;
}