Remove add to cart icon on new product widget

Thomas May 2, 2023 at 10:15 pm

Hi

How can i remove the add to cart icons on the homepage, from new products and latest products widget?

Thanks
Thomas

Replies (2)

  1. Thomas May 2, 2023 at 10:15 pm

    Hi

    How can i remove the add to cart icons on the homepage, from new products and latest products widget?

    Thanks
    Thomas

  2. Spiracle Themes May 4, 2023 at 3:01 pm

    Hi Thomas

    Try the CSS below

    .home .woocommerce ul.products li.product:hover .button.add_to_cart_button,
    .home .woocommerce ul.products li.product:hover .button.product_type_external,
    .home .woocommerce ul.products li.product:hover .button.product_type_grouped {
    display: none;
    }

    Copy & Paste into Appearance -> Customize -> Additional CSS

    Best Regards

  3. Thomas May 5, 2023 at 9:11 am

    thanks!

Post a Reply

Reply To: Remove add to cart icon on new product widget
Your information: