Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #247919

    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!

    #248317

    Hi poweb!

    Can you post the link to your website so we can take a look how it looks right now?

    Best regards,
    Yigit

    #248755
    This reply has been marked as private.
    #248767

    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

    #248777

    Thanks!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing woocommerce image’ is closed to new replies.