Hello, thanks already for your help;
my store will sell mens fashion items so the basket icon doesn't work. I'd like to change it to a briefcase. How can i do that please?
Thanks
Ben
.gk-icon-cart-add::before {
content: url(htttp://youwebiste.com/briefcase.png);
font-family: arial !important;
}
.gk-icon-cart-add::before {
content: "\f0b1";
font-family: fontawesome !important;
}