Home › Forums › WoodMart support forum › Cart icon on button › Reply To: Cart icon on button
February 3, 2022 at 1:59 pm
#349938
Luke Nielsen
Keymaster
Hello,
It can be changed with the help of the custom CSS code. Paste the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-cart-icon>a:before {
content: '\f218';
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
https://gyazo.com/d767069e9a4941285f4bbde4f785802b
You will be able to set another icon by replacing the value after the slash ‘/’ of the “content” attribute using the Font Awesome service.
https://fontawesome.com/v5.15/icons
If there’s anything else we can do, please get in touch.
Kind Regards