Change shopping cart icon
-
Hi,
I would like to change the shopping cart icon by an icon i create myself (png icon)
How can i change the current icon by mine ?
Regards,
Cinal
Hi,
It is possible with extra CSS code only. Try to upload your custom icon image to the WordPress library and send us a link to it. Give us your website link and we will provide you with a simple CSS code to change it.
Regards
Try to add the following code snippet to the Custom CSS area in Theme Settings
.woodmart-shopping-cart.woodmart-cart-alt .cart-info-wrap:before {
background: url(http://www.konkombre.com/wp-content/uploads/2018/02/shopping.png) no-repeat center center;
background-size:contain;
font-size:0;
width: 50px;
}