Remove Featured Image from Shop Page

edited August 2018 in WooCommerce
Hey there, 

I'd like to remove the Featured Image from the shop page. I'm currently using the List Layout and want it to display more menu style. 

In addition, I have removed the featured image from the single product page but how can I make the widths full again? 

Thanks! 
Christine

Comments

  • Hi,

    1) It cannot be done in BeTheme, paste this Custom CSS code
    .woocommerce-page .hover_box_product{
    display:none !important;
    }

    2) Please paste this Custom CSS code:
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary{
    width:100% !important;
    }
    Thanks.
Sign In or Register to comment.