I want to disable product additional preview and products show on the shop page only. How can do it?
This topic has 6 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler
I want to disable product additional preview and products show on the shop page only. How can do it?
Hello,
Please provide a screenshot for better understanding.
Use the Lightshot screenshot tool to share screenshots.
Regards
Hello,
WooCommerce > Shop > Products style > Add To Cart With Quantity (Simple Products) > On.
Also, add the next code in Theme Options > Theme custom CSS:
.content-product .product-image-wrapper,
.content-product .product-title {
pointer-events: none;
}
Regards
where to insert this code?
XStore > Theme Options > Theme custom CSS > Global custom CSS.
Regards
The issue related to '‘Disable product additional preview’' has been successfully resolved, and the topic is now closed for further responses