rsvp icon indicating copy to clipboard operation
rsvp copied to clipboard

Bug: Radio Buttons and Checkboxes not visible with GoDaddy "Go" theme

Open stantond opened this issue 3 years ago • 0 comments

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.

stantond avatar May 31 '21 15:05 stantond