Home › Forums › WoodMart support forum › Change back the previous color › Reply To: Change back the previous color
November 1, 2023 at 6:33 am
#508929
evanlee01141991
Participant
I got it from the online, rgba(229,229,229,255) or #e5e5e5
How should I insert one of this into the custom css?
Is it like this?
div.quantity input[type=”number”] {
color: #e5e5e5;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}