-
redlandscoastcollectivemarketsFor some reason my check boxes are not ticking in my form OR the tick is the wrong colour and cannot be seen.
Please provide CSS Code to update this
-
Lorenz JotForm SupportHi redlandscoastcollectivemarkets,
Thanks for reachinig out to us for help. You're right, the color of the tick blends to the checkbox background, making it looks like it was not ticked. We can change the color of the tick using Custom CSS. Let me show you how to do it:
1. First, copy this code:
.form-checkbox:checked+label:after, .form-checkbox:checked+span:before {
background-color: black !important;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Give it a try and let us know how it goes.