Event Tickets section or Event Calendar Pro – Change background color

Home Forums Ticket Products Event Tickets Plus Event Tickets section or Event Calendar Pro – Change background color

  • This topic has 3 replies, 1 voice, and was last updated 9 years ago by Christine.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1253097
    Christine
    Participant

    Hello,

    Im new to using the events calendars pro and event tickets plus. Im using woo commerce on my wordpress site. In the event page (not the big calendar but the single event) of my event calendar pro, there are sections for the venue, details, and tickets (I have the event tickets plus). I have figured out how to change the background for the details and venues sections on the event page but not where they buy the ticket. My fear is because that section is so small compared to the others, people won’t see the area to purchase a ticket. So I wanted there to be a background color for it. Is there a way to easily do that? I have no coding experience. I changed the other backgrounds in the wordpress customizer area. I attached an image of what I am taking about.

    Thank you

    #1253603
    Andras
    Keymaster

    Hello Christine,

    Thanks for using our plugins and welcome to the forums!

    Thanks for your question. We usually don’t support customizations but since this is an easy one I can help you out with this.

    You can modify the background color of the tickets table with a little CSS code. Just paste the following snippet into your theme’s style.css file. (Go to Appearance > Editor, this should open the style.css file by default.)

    .tribe-events-style-full .tribe-events-tickets tr {
    background-color: #ff0000;
    }

    This will change the background color of all the rows of the ticket table to red. Of course you can adjust the color based on your need.

    Let me know if this helps.

    Cheers,
    Andras

    #1264233
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event Tickets section or Event Calendar Pro – Change background color’ is closed to new replies.