CSS Code for Product Check Box Change to Black Colour

  • Profile Image
    redlandscoastcollectivemarkets
    Asked on April 10, 2026 at 11:55 PM

    Can I please get the CSS Code to change the Products Check box (currently white) to black, thankyou

  • Profile Image
    Lorenz JotForm Support
    Replied on April 11, 2026 at 12:13 AM

    Hi 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:

    CSS Code for Product Check Box Change to Black Colour Image 1 Screenshot 20Give it a try and let us know if there's anything else we can help you with.

Your Reply