Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can change theme under WP Settings > WP FullCalendar > jQuery CSS Theme

    Thread Starter jaegergirl

    (@jaegergirl)

    Thank you. I tried that and even selected “no theme” and they are still green. Do you happen to know what CSS file it’s in? I’ve looked through several, including main.css and did a search for the green color ( #A8D148) and I can’t find it anywhere.
    https://www.tcabjj.com/events/

    One way to do it would be to add code like this to the style.css file of your theme:

    .fc-day-grid-event, .fc-h-event, .fc-event, .fc-start, .fc-end {
    background: #cccccc !important;
    ]
    Thread Starter jaegergirl

    (@jaegergirl)

    Excellent! That worked. What is the correct syntax for changing the border color as well? I tried adding border-color: #CCCCCC but it didn’t work.

    Thanks so much!

    Try this instead:

    border: 1px solid #CCCCCC !important;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change bubble color on full calender’ is closed to new replies.