Okay
  Public Ticket #1462132
Change the add to cart button
Closed

Comments

  •  5
    jonybigude started the conversation

    Hi! See the attached image. How can I change the icon used for "add to cart"?

    Thanks in advance!

  • [deleted] replied

    Hi jonybigude,

    Our theme doesn't offer any option for this. Also I can see that you already have changed the logo there.

    Have a great weekend!

  •  5
    jonybigude replied

    Yes, I did it by adding the following CSS:

    .woocommerce .shop-item .item-info a[data-product_id].product-type-variable::before {
        content: url(url/add_to_cart_5.png);
    }

    Thanks!