Hello,
I have followed this simple tuts ( http://www.skyverge.com/blog/hide-woocommerce-product-image ) on how to Hide WooCommerce Product Images. The php did the job fine for removing the image but the custom css they provide (for recentering the whole column and making it 100%) doesn’t work. (.single-product .product .summary { width: auto; })
Could you help me find the correct css snippet for this theme please?
Thank you!
Hi poweb!
Can you post the link to your website so we can take a look how it looks right now?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.four.units.single-product-main-image { display: none; }
.single-product-summary { width: 100%!important; }
Regards,
Yigit
Thanks!!