A bug in RSVP
-
I found that the text “FINISH” is invisible in my 2014 theme
I had to add this CSS to make it visible
.event-tickets .tribe-tickets__rsvp-form-button {
color: var(–tec-color-text-secondary);
font-size: 14px;
border-style: solid;
border-color: red;
}.event-tickets .tribe-tickets__rsvp-form-button–cancel {
color: var(–tec-color-text-secondary);
border-style: none;
border-color: none;
}This adds a red border tio “FINISH” to highlight it
BTW, I think “SUBMIT” is better text than “FINISH”
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘A bug in RSVP’ is closed to new replies.