Is it possible to change the icon fro products in stock? See attachment. I wanna have a smiley instead of a check mark. I hope this is possible with custom CSS.
Ok, that looks good. p.stock.in-stock:before {
content: “\f118”;
font-family: woodmart-font;
}
Only this is not a smiley, but in the cheatseet says to use this code.