Home Forums WoodMart support forum change cart icon on mobile Reply To: change cart icon on mobile

#143113

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