rsvp
rsvp copied to clipboard
Bug: Radio Buttons and Checkboxes not visible with GoDaddy "Go" theme
This is the main theme GoDaddy start most instances of Managed WordPress with.
I found that, for this plugin, the opacity of Radio Buttons and Checkboxes. I'm not sure why. I haven't modified the theme at all.
Adding the following to RSVP settings CSS fixed it.
input[type=checkbox], input[type=radio] {
opacity: 100;
}
It may be worth adding this to the plugin directly, as the fix above might break other parts of the Go theme.