Home › Forums › WoodMart support forum › Smaller size screen issue with .woodmart-cart-number › Reply To: Smaller size screen issue with .woodmart-cart-number
November 27, 2017 at 9:04 am
#25672
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS for mobile and tablet devices area in Theme Settings to fix this issue.
.header-color-light .right-column .woodmart-cart-design-3 .woodmart-cart-number {
color: #090909!important;
}