Home Forums WoodMart support forum Change back the previous color Reply To: Change back the previous color

#507878

Hello,

Please try and add the following Custom CSS in the Global Custom CSS area under
Theme Settings >> Custom CSS.

div.quantity input[type="button"] {
	background-color: black;
}
div.quantity input[type="number"] {
	color: black;
}

Best Regards.