-
redlandscoastcollectivemarketsCan I please get the CSS Code to change the Products Check box (currently white) to black, thankyou
-
Lorenz JotForm SupportHi redlandscoastcollectivemarkets,
Thanks for reaching out to us for help. The check mark is actually an icon image; thus, it cannot be changed or modified. Though it's a bit faded, because of its opacity. We can only bring it's old color back using the code below:
.form-product-item .p_checkbox input {
opacity: 1 !important;
top: 1px !important;
left: 1px !important;
}
Check out my result:
Give it a try and let us know if there's anything else we can help you with.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!