Hello,
I wish to add a box-shadow and border on hover to product images on the product page, category page, and all other shop pages.
This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Deepak Sahu
Hello,
I wish to add a box-shadow and border on hover to product images on the product page, category page, and all other shop pages.
Hello,
Go to Theme Options > Custom CSS and add the below code
.content-product {
padding: 5px 5px;
}
.content-product:hover {
box-shadow: 1px 1px 18px #efecec;
}
Regards
Thanks Olga.
The issue related to '‘Box Shadow and Border on Hover over Woocommerce product Images’' has been successfully resolved, and the topic is now closed for further responses