shemeam
Hi
The price is using button class in the events so it use the blue color as button.
Add this code in custom css and change the color code as per needs
.eb-event-price.btn-primary {
color: #fff;
background-color: #2196F3;
border-color: #2196F3;
}