HI,
I was trying to figure out the CSS code for an all day event since I had to take away the green from each event. Our links are all green, so the green background color didn’t work.
body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
display: none !important;
}
The code above is what I used to change the background color so we could see the words on the events. Didn’t think about the all day events and their background color is still green.
I looked in the View Source and couldn’t figure out for sure what the correct CSS was. Was hoping you could help me with that.
I am enclosing a screen shot so you can see the all day event is green and the other boxes are gray. Thanks