Solitude by Weaverthemes Formsnap issue

I really like the look and feel of the Solitude theme from Weaverthemes. But there’s an issue with Formsnap for some reason.
The checkboxes and radio buttons all seem to be hidden.

This page http://testing.richardnicholls.org/hypnosis-training-introduction-london/ is supposed to have both checkboxes and radio buttons. It works fine in other themes, the same stacks are at http://www.londonhypnotherapyacademy.co.uk/hypnosis-training-introduction-london/ without an issue with Weaverthemes Sweety theme.

Has anyone had the same problem at all?

Richard

Try adding:

input[type="checkbox"], input[type="radio"] {
    opacity: 1 !important;
    -webkit-appearance: radio !important;
}
1 Like

Worked perfectly!
Thank you so much.

1 Like

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.