Home Forums WoodMart support forum How to change add to cart icon

How to change add to cart icon

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

    mlith
    Participant

    Hello. We would like to change the add to cart icon to the same icon as the shopping cart on the top right.

    Is this possible?

    Attachments:
    You must be logged in to view attached files.
    #552712

    Luke Nielsen
    Member

    Hello,

    Use the code below for help. Define it in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
        content: "\f126";
    }

    Kind Regards

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