Home › Forums › WoodMart support forum › change cart icon on mobile › Reply To: change cart icon on mobile
September 11, 2019 at 8:19 am
#143113
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .woodmart-add-btn > a::before {
background-image: url(https://fabyoulousbeauty.com/wp-content/uploads/2019/09/pictoPANIER_white.png);
content: "" !important;
background-repeat: no-repeat;
background-position: center center;
}
Best Regards