Home Forums WoodMart support forum ajax add to cart button

ajax add to cart button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307067

    samkung
    Participant

    hi,

    is it possible to change the icon of “ajax add to cart button”??

    thanks!

    #307093

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .wd-add-cart-icon>a:before {
        content: "\f123";
    }

    You can change the content of the icon according to our needs.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)