Home Forums WoodMart support forum Custom background on one menu button Reply To: Custom background on one menu button

#414698

Luke Nielsen
Keymaster

Hello,

The below code will help to change the text color on the cart quantity notification. Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.wd-header-cart.wd-design-2 .wd-cart-number {
    color: blue;
}

Kind Regards