Hi there,
I do not like this effect on the accordion feature. How can I invert the effect with the underline? Keeping the underline and showing with the cursor passing. Also here in the index.
I think that it is caused by this:
body .basel-hover-excerpt .product-excerpt {
display: block;
}
.site-content .wpb_text_column a {
text-decoration:underline
}
.site-content .wpb_text_column a:hover {
text-decoration:none
}
But sometimes I would to use the default CSS. How can I ignore the Global CSS in these samples?
Thanks a lot.