• Resolved jconard

    (@jconard)


    Hello,

    My website is a dark blue and the ‘Complete Your RSVP’ button is blending in with the background. Here is a screenshot of the text. How can I change the color of the link so that it matches the rest of the white text?

    Thanks,
    jconard

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It would be a style like:

    #rsvpPlugin input[type=”submit”] {
    background-color: white;
    }

    If you need more help shoot me an email ([email protected]) with a link to the site and I will see what is going on.

    Thanks,
    Mike

    Thread Starter jconard

    (@jconard)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need Ability to Change ‘Complete Your RSVP’ Color’ is closed to new replies.