Home › Forums › WoodMart support forum › Hide show text in cart › Reply To: Hide show text in cart
December 22, 2017 at 9:31 pm
#30176

Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.widget_shopping_cart .cart-item-link {
font-size:0!important;
}
Regards