CSS modifications in Tickets Plus

Home Forums Ticket Products Event Tickets Plus CSS modifications in Tickets Plus

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1524670
    Tamara Pickrell
    Participant

    I’ve successfully made lots of changes to templates and CSS, but I’m having trouble with one particular thing today.

    The issue is in the ticket section, in the attendee information fields. I need to change the color of both the labels and the input field text. So I’ve isolated the first selector (.tribe-event-tickets-plus-meta label), copied it to my /child theme/tribe-events/tribe-events.css, and added a text color. But nothing changes when I reload the page. So then I tried saving the whole tickets.min.css to that same folder, and nothing changes. The only way I can make the color “stick” is to make the changes to the original .css file in the plugin folder.

    So my question is, do I need a different folder structure in my child theme for changes related to Tickets Plus? Is it looking in a different place?

    #1524900
    Jennifer
    Keymaster

    Hi Tamara,

    Thanks for reaching out! The template overrides described in our Themer’s Guide only work for the PHP templates found in the “plugin/src/views” folders. Other files (such as stylesheets) cannot be overrides in the same way. Sorry for the confusion there!

    For CSS changes, you’ll want to add your custom CSS in one of the following ways:

    • The Additional CSS area under Appearance > Customize (if you have one)
    • The style.css file of your child theme
    • A CSS plugin like Simple Custom CSS

    Let me know if you have any questions!

    Thanks,

    Jennifer

    #1527737
    Tamara Pickrell
    Participant

    Thanks, Jennifer. That explains… well, it explains several things, actually. I have some things to redo… 🙂

    #1528297
    Jennifer
    Keymaster

    Hi Tamara, I’m sorry that this wasn’t clear from the beginning! We have had a few other users attempting to do the same thing, so a clarification of the knowledge article may be in order 🙂

    If you have any other questions, please let me know!

    #1544602
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘CSS modifications in Tickets Plus’ is closed to new replies.