Hi @webukuat
You need to add Custom CSS at your end to change the button colors.
Regards,
Priya
Does anyone know the custom CSS codes to edit the button colours?
I’ve used custom CSS codes on other plugins to change colours before, does anyone know if its possible to use those codes, change it so that it applies to this plugin?
Hi @webukuat
Please try using this example snippet:
button.registration_button.wpem-theme-button {
background: #FF0000;
}
Regards,
Priya
Hi @priyagoenka
That worked thank you!
I want to change the blue colour of the registration url, the event types and event location too, I’ve tried changing “registration_button” to something like “event_registration_url” but it didn’t work.
If you could show me how to get it to work that would be awesome.
Thank you!
Hi @webukuat
Try this for Registration link:
.registration_details .event_registration_email:hover {
color: red !important;
}
For event category and type, we have a color addon.
Regards,
Priya