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?
September 13, 2022 at 9:19 pm
#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.