Home › Forums › WoodMart support forum › Change back the previous color › Reply To: Change back the previous color
November 1, 2023 at 10:35 am
#508977
Aizaz Imtiaz Awan
Keymaster
Hello,
Yes, try to add the following code.
div.quantity input[type="number"] {
color: #e5e5e5;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}
Best Regards.