WP Calendar Multiple category colors
-
I followed the instructions from this thread, but the background of the event is still the default blue.
div .fc-event.category-1,
div .fc-event.category-1 a
{
background-color: red !important;
}I edited the code directly in fullcalendar.css. And put the new code for my color at the very beginning of the file, just after the header.
Do I need to make a copy and place it in another directory with the updated code for this to work?
Or is there another spot in the code that also needs to be changed?
Or should my code be in a different place within the file?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP Calendar Multiple category colors’ is closed to new replies.