Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216692

    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?

    • This topic was modified 10 years, 9 months ago by taliwalt. Reason: Located the answer to one of my questions
    #216749

    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

    #216900

    Thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Couple of question regarding Enfold & WooCommerce’ is closed to new replies.