Ron

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Combine Attendee Information with Personal Info? #1274397
    Ron
    Participant

    Thanks Victor, that makes sense. But I’d like to make it more clear that the second screen is for the “Purchaser” of the ticket and not necessarily the “Attendee”. I would like to change the fieldset title from “Personal Info” to “Purchaser Information”. Can you tell me where I can change that? I am willing to make a modified template, but I don’t know which file contains that screen.

    Ron
    Participant

    I ended up adding the following CSS to my theme stylesheet, and this seemed to work well enough.

    .tribe-tickets-meta-field-header {
    display:inline !important;
    }
    header.tribe-tickets-meta-label {
    display:inline !important;
    }
    .tribe-tickets-meta-required header:first-child::after,
    .tribe-tickets-meta-required label:first-child::after {
    display:inline important;
    }

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