Text line above the recipient's name and email fields

Home Forums Ticket Products Event Tickets Plus Text line above the recipient's name and email fields

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1132825

    Hi,
    before the latest update there was an RSVP text line above the recipient’s name and email fields. Now it’s not there anymore. This text area (together with the fields themselves) appears as soon as the user selects an attendee number. But I need it before the selection in order to explain to the user what to do.
    Can you please help?
    Best regards,
    Manuela

    #1132841
    Cliff
    Member

    Hi again, Manuela.

    Those fields are hidden with CSS and then un-hidden after that quantity changes.

    If you want them always displayed, you could add this custom CSS:

    .tribe-tickets-meta-row {
    display: table-row;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1132842

    Perfect, it works! Thank you 🙂

    #1132916
    Cliff
    Member

    Glad to hear it!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text line above the recipient's name and email fields’ is closed to new replies.