Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1540079
hide woo product image
Closed

Comments

  • Lukas started the conversation

    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

  •  7,092
    Oliver replied

    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

  • Lukas replied

    Hey,

    I solve it:

    /wp-content/themes/thegem/css

    thegem-woocommerce-custom.css

     

    .products .product-image {

        display: none;


  •  7,092
    Oliver replied

    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