• Resolved raystrat

    (@raystrat)


    Hi,

    I hope someone here could help me. I need to remove the image placeholder completely from the shop page of woocommerce. All I need to display is the product listing, description and pricing

    I successfully removed it from the single product page using the following CSS
    .woocommerce-product-gallery {
    display:none;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    }

    I am new to CSS as well as coding, so step by step assistance will be appreciated.

    Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove product image & placeholder from shop page’ is closed to new replies.