Home Forums WoodMart support forum How can I change the color or image of the cart icon on mobile view? Reply To: How can I change the color or image of the cart icon on mobile view?

#404106

Mark Munoz
Participant

Update.. This CSS is working as expected.

.wd-hover-quick .wd-add-btn>a {
box-shadow: var(–btn-shop-box-shadow);
background-color: red;
}

I still can’t change the cart mobile icon with this CSS:

.wd-add-btn-replace .add-to-cart-loop:before {
content: “\f123”;
font-family: “woodmart-font”;
}

Thanks in advance.