Hi Omar,
Thanks for using our plugins.
I can try to help out here with some css.
This might get you close to what you are looking for:
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
background-color: rgba(47, 47, 47, 1);
box-shadow: 1px 1px 1px 1px #9b9b9b;
color: #fff;
}
.type-tribe_events.tribe-events-photo-event .event-is-recurring,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap h2.tribe-events-list-event-title,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap a {
color: #fff;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks