Support

Home Forums Event Espresso Premium Make admin area cancellations more visible

Make admin area cancellations more visible

Posted: October 14, 2019 at 12:53 pm


islandartparty

October 14, 2019 at 12:53 pm

I know there is a color code for the registrations in the admin area, I am wondering if the cancellations could be RED instead of brown? also maybe the entire background be red?
Reason is it’s hard for my staff to see the cancellations because of the neutral color.

http://www.islandartparty.com
here’s a video explaining what I need: https://www.loom.com/share/3e426477dc9343379fa1e61759b77347

Thanks!


Josh

  • Support Staff

October 14, 2019 at 1:41 pm

Hi,

You could use a plugin like this one:

https://wordpress.org/plugins/add-admin-css/

(or make your own admin CSS function if you prefer not to install a plugin by following this guide)

Then add this CSS:

tr.reg-status-RCN th.check-column {
    border-left-color:red !important;
}


islandartparty

October 15, 2019 at 1:23 pm

Thank you! Is there a way to make the entire background be a shade of red for cancellations and not just the bar on the right side?


Josh

  • Support Staff

October 15, 2019 at 1:31 pm

Yes, you could add more CSS like the following:

tr.reg-status-RCN {
background-color: #f89496;
}

The support post ‘Make admin area cancellations more visible’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso