• Hi,

    I’ve successfully been able to make my products display at full width.

    In the previous version, this automatically removed the image. However, with the new version, the image still remains.

    This is the custom CSS I used to make it full screen. How can I remove the image?

    .single-product .product .summary
    {
       width: 100% !important;
       float: none !important;
    }
    
    */
    
    .single-product .product .summary
    {
       width: 100% !important;
       float: none !important;
    }

The topic ‘WooCommerce -Remove product image’ is closed to new replies.