Hide Featured image on single product page.
-
hey, is there any way I could hide the featured image on the single product page??
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-product-gallery .owl-carousel .product-image-wrap {
display: none;
}
Best Regards
Hello,
Please replace the previous CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product .product-images-inner {
display: none;
}
Regards.
Xtemos Studios
Nope. You get the idea right?? i want to add low size image to show on the shop or home page, but high quality image on product page
Hello,
Please provide the URL of the blog to check it myself and help you out accordingly.
Regards.
Xtemos Studios
Hello,
To remove the image from products. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-images-inner {
display: none;
}
Basically, the product images are controlled by WooCommerce and our theme doesn’t influence this. WooCommerce Allows some settings that you can find under Appearance >> Customize >> WooCommerce >> Product Images.
You can read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/
Regards.
Xtemos Studios.
😂😂 This one completely hides the images
Hello,
You asked about removing the image from the single product that’s why I provided you with CSS to remove it.
If you want to ask anything else then please elaborate with the help of some relevant screenshot to check it myself and help you out accordingly.
Regards.
Xtemos Studios