If you go here: https://www.avvocatostefaniainglese.it/successione/ at the bottom of the page there is a form with a checkbox symbol. When you try to click on it, the tick symbol appears white and is therefore unclear.
How can I fix this?
Thanks a lot
Stefano
That's a CSS issue. If you use your browser to inspect the checkbox field, you'll see that the CSS is setting the background color of the checkbox to white and it won't show up. I suggest you alter the Formidable styles or your theme or whatever is causing the clash.
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
background-color: var(--border-color-active) !important;
}
Hi Rob, I put it in the template but nothing changed. Can you see where I'm going wrong?I don't know where to put it in Formibadle styles. I couldn't find the field where to insert the custom code.Thanks a lot
The code I pasted is not the solution; it's the problem. I suggest you hire a developer if you need someone to solve the issue. https://formidable-masterminds.com/developers-directory/
Please login or Register to submit your answer