Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stantond opened this issue May 31, 2021 · 0 comments
Open
Assignees
Milestone

Comments

@stantond
Copy link

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 stantond changed the title Radio Buttons and Checkboxes not visible with GoDaddy "Go" theme Bug: Radio Buttons and Checkboxes not visible with GoDaddy "Go" theme May 31, 2021
@razvanaldea89 razvanaldea89 added this to the 2.7.13 milestone Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants