• Resolved venntom

    (@venntom)


    The message “In order to RSVP, you must enter your name and a valid email address.” appears on top of the number of RSVP tickets field as plain text. Is there a way to style/color the message so that users are clearly alerted and don’t continue assuming that they where subscribed successfully (in case of success, that message also appears in plain text)
    Any suggestions?

    https://ww.wp.xz.cn/plugins/event-tickets/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have any experience with CSS? The classes for those messages are:

    .tribe-rsvp-message-error and .tribe-rsvp-message-success

    So, for example, to change the font colors you could add the following to your style sheet:

    .tribe-rsvp-message-error {
        color: red;
    }
    
    .tribe-rsvp-message-success {
        color: green;
    }

    @ventntom

    Thanks for reaching out to us.
    It seems like @germerothr has got you covered 🙂

    Cheers,
    Geoff B.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘RSVP error message style/color’ is closed to new replies.