Replies: 0
Hello, I use this CSS to change the color of the Title Bars on events:
.single-tribe_events .sidebar .tribe-events-single-section-title, .single-tribe_events .sidebar .widget .heading .widget-title, .single-tribe_events .sidebar .widget .widget-title {
background-color: rgba(247,230,233);
color: #000000;
}
It seems that this no longer works, was this changed in a recent update?