Hi! I’d like to change the remove item gif icon from cart in mobile devices. I cannot find where to change it. Is there any way?
Thanks

This topic has 4 replies, 3 voices, and was last updated 5 years, 7 months ago ago by Olga Barlow
Hi! I’d like to change the remove item gif icon from cart in mobile devices. I cannot find where to change it. Is there any way?
Thanks

Hello Nacho,
Add the next code in Theme Options > Theme Custom CSS
.mobile-header-wrapper .et-off-canvas .cart_list.product_list_widget li .et-remove-type1 {
display: inline-block;
}
.mobile-header-wrapper .et-off-canvas .cart_list.product_list_widget li .et-remove-type2 {
display: none;
}
Regards
thanks!
You are welcome.
Regards
The issue related to '‘Change Remove Gif Cart Icon on Mobile’' has been successfully resolved, and the topic is now closed for further responses