Remove add to cart icon on new product widget

This topic is empty.

Viewing 2 reply threads
  • Author
    Posts
    • #3089


      Thomas
      Guest

      Hi

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

      Thanks
      Thomas

    • #3090


      Spiracle Themes
      Guest

      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

    • #3091


      Thomas
      Guest

      thanks!

Viewing 2 reply threads

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

Your information: