Hide products without image in webshop
-
Hi,
I would like to achieve two things:
1) Hide products without an image from the webshop catalogus page and category pages.
2) Make products without images findable through the internal search machine.
How can we achieve this?
The reason for this is that customers aren’t seeing too much products without an image, but can find products via the search machine if they’re specifically search for them.
Kind regards,
Roy
Hello,
Unfortunately, by default Woocommerce does not provide the option. Such modification would require complicated customization that is not covered by our support.
If you have any questions please feel free to contact us.
Best Regards
Hi Elise,
And a ‘simple’ CSS line to exclude every product image from the shop page? Would that be possible?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-hover-base .product-element-top {
display:none;
}
body .content-product-imagin{
margin:0!important;
}
Best Regards