Home › Forums › WoodMart support forum › Change shopping cart icon Change shopping cart icon This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 20, 2018 at 10:26 am #41138 C333Participant 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 February 20, 2018 at 11:05 am #41147 Artem TemosKeymaster 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 February 20, 2018 at 12:06 pm #41157 C333Participant Hi, Here is the link of my icon : http://www.konkombre.com/wp-content/uploads/2018/02/shopping.png Website : http://www.konkombre.com Thank you February 20, 2018 at 12:38 pm #41178 Artem TemosKeymaster 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; } February 20, 2018 at 12:40 pm #41180 C333Participant Very nice, thank you February 20, 2018 at 12:43 pm #41182 Artem TemosKeymaster You are welcome! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register