- This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › Checkbox not visible?
Tagged: Checkbox
Hi,
I just realize that the Checkbox in my GravityForm are not visible?
Please help me to get the Checkbox at the bottom “Ich habe die Datenschutzerklärung gelesen und akzeptiert.” back: http://chirurg.lindebjerg.de/kontakt/
Best Regards,
Jesper
Jesper, try adding following code to style.css file
/* Radio button fix for Gravity Forms */
.gform_wrapper .gfield input[type=radio] {
-webkit-appearance: radio !important;
}
.gform_wrapper .gfield input[type=checkbox] {
-webkit-appearance: checkbox !important;
}
Thanks David,
it works fine.
Please mark as solved!
Best,
Jesper