Hi,
I am creating a custom “add to cart” button in css, I am trying to add a shopping cart icon(et-shopping-carte90c).
But unfortunately instead of the icon a square appears, what can I do to make the icon appear there?
https://xstore.8theme.com/xstore-icons/
.products-grid .product .button::after, .content-product .product .button::after {
content: "\e90f";
margin-left: 4px;
font-size: 1.2em;
display: inline-block;
vertical-align: middle;
}