Hello,
Thank you for the response! Unfortunately the changing the background color to the type="submit"
input did not do the trick. I did find the more generic rsvpPlugin input and successfully change the background-color there to white. Something like this is what I have now:
#rsvpPlugin input {
display: inline;
visibiltiy: visible;
background-color: white;
}
Should be fine for my site to have all of the input options with the white background. Not sure why the type-"submit"
input didn’t do the trick.
Thanks,
Jordan