Comments Dule95D started the conversationSeptember 27, 2018 at 9:23amIs it possible to change button background normal color to black then gray, because I think it's not so much visible to customers.Dusan 1,560Laborator repliedSeptember 27, 2018 at 9:30amHi Dusan,Add the CSS below to Custom CSS, the button will be black and the color of button will be white: .woocommerce .summary form.cart .button { background: #222; color: #FFF; } Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Is it possible to change button background normal color to black then gray, because I think it's not so much visible to customers.
Dusan
Hi Dusan,
Add the CSS below to Custom CSS, the button will be black and the color of button will be white:
Best regards,
Laborator Team