Home › Forums › Basel support forum › Change background color for products on Hover › Reply To: Change background color for products on Hover
March 29, 2017 at 2:52 pm
#11493
Artem Temos
Keymaster
Hello,
Try to use the following code snippet to change the color
.cart-widget-side .widget-heading {
background: #555e58;
}
Regards