Tagged: enfold, product images, woocommerce
1. What’s the easiest way to hide related products on a single product page?
2. I’d like the images on single-product pages to be a bit smaller. The product images currently have a class of .four.units.single-product-main-image.alpha. I was playing around with the developer tools, and I changed the class to .three.units, which looks a lot better for my site. How can I make that permanent? found the answer here: https://kriesi.at/support/topic/product-image-size-6/
3. This question is an offshoot of question 1; my related products don’t seem to have anything to do with the product being viewed. Do you know how WooCommerce determines which products are related?
Hey Tali!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce .related { display: none; }
3-"Products can be related to each other in three ways: Up-Sells, Cross-Sells, or by having the same tags or categories."
Regards,
Yigit
Thank you very much