Support

Home Forums Event Espresso Premium Calendar Background Override

Calendar Background Override

Posted: April 10, 2015 at 10:03 am


Union County Public Library

April 10, 2015 at 10:03 am

Hello! For the life of me, I cannot figure out how to make the background of my calendar white. It changed after we upgraded, and I cannot seem to find it in the CSS or figure out the CSS Code that will work to place in the custom area. The Themeroller files default to this grey, also.

http://ucplibrary.org/calendar/

Thanks!


Tony

  • Support Staff

April 10, 2015 at 10:23 am

Hi,

Just to confirm, are you referring to the table headers, here – http://take.ms/ELswt

Is so you can set that to white using this CSS:

#espresso_calendar th.fc-day-header {
  background-color: white;
}

Which will only target the EE Calendar and looks like this – http://take.ms/3EOxS

Does that help?


Union County Public Library

April 10, 2015 at 11:29 am

It is the headers and the calendar both. I tried adding the code to my theme’s CSS, and then I added a custom CSS plugin and tried it there. No go. Any other ideas?


Lorenzo Orlando Caum

  • Support Staff

April 10, 2015 at 2:39 pm

Hi, this should work:

#espresso_calendar th.fc-day-header {
  background-color: white !important;
}


Lorenzo

The support post ‘Calendar Background Override’ 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