Comments Lukas started the conversationApril 13, 2018 at 12:12pmHello,i would like to hide every product image on the shop loop.remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );these used to work, but with the new theme they don't.Please let me know where i can change that.Kind regards,Lukas Burkart 7,092Oliver repliedApril 16, 2018 at 7:48amHi,pls. provide the FTP access and add screenshot what image you need to hide.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverLukas repliedApril 20, 2018 at 11:54amHey,I solve it:/wp-content/themes/thegem/css thegem-woocommerce-custom.css .products .product-image { display: none; 7,092Oliver repliedApril 20, 2018 at 1:55pmHi,You need to add the css code to the style.css of the child themePlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
i would like to hide every product image on the shop loop.
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 );
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );
these used to work, but with the new theme they don't.
Please let me know where i can change that.
Kind regards,
Lukas Burkart
Hi,
pls. provide the FTP access and add screenshot what image you need to hide.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hey,
I solve it:
/wp-content/themes/thegem/css
thegem-woocommerce-custom.css
.products .product-image {
display: none;
Hi,
You need to add the css code to the style.css of the child theme
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver