This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
Good morning,
Currently, when you hover over the product, it pops up and there is a shadow around the product layout on the shop page.
Is there any way I can remove the color so that the border is transparent?
Hello,
Add the next code in Theme Options > Theme custom CSS:
.products-hover-shadow.with-ajax .ajax-content .content-product {
box-shadow: none !important;
-webkit-box-shadow: none;
}
Regards
Tagged: bestselling, hovercolor, products, shopsite, themes, transparent, woocommerce
The issue related to '‘Hovercolor from Products on Shopsite to transparent’' has been successfully resolved, and the topic is now closed for further responses