Hi,
Thanks for using our plugins.
We do not have css to change the style of Weekend Events.
It looks like it is coming from your theme with these two selectors:
.event-details h3 {
display: block;
text-align: center;
font-size: 50px;
line-height: 55px;
color: #fff;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-weight: 700;
padding-top: 40px;
padding-bottom: 17px;
}
.event-details table tr td:last-child a:hover {
background: #ef4135;
color: #fff;
}
Changing those in your theme should fix the issue.
Cheers