Home Forums WoodMart support forum Change icon

Change icon

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

    Kanwal
    Participant

    How can I change the Add to Cart button icon only on mobile version?

    #375672

    Hello,

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

    .wd-add-cart-icon>a:before {
    content: “\f123”;
    }

    Best Regards

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