Hello @gabybitar,
Thanks for reaching out to us.
Please follow up below answers.
I would like to edit the color scheme of the tabs on the event page from blue to pink and also on the single event page. Where would I go to do this?
=>For that you have to add custom css.
You can add custom css for that go to WordPress admin panel->Appearance->Customize ->Additional css add below code.
You can change the background color,color ( Import Eventbrite Events) in your own color by below custom css. Please insert below custom css in Addtional css. replace “#039ED7” with your color code.
.iee_archive .iee_event .event_date {
background-color: #039ED7 !important;
color: #fff !important;
}
.iee_archive .iee_event .event_desc .event_title {
color: #039ED7 !important;
}
Also i would like to take out the sidebar and make it full page on single event page. Where can i find the single event page PHP?
=>We are using theme’s default template to display single event page.. you can also develop custom template according your requirement for event “single-eventbrite_events.php” .and display event single page according your requirement.
Let us know if you have any query.
Thanks