Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter miwalther

    (@miwalther)

    Ok I just saw that it does not work yet, but might come in a future version. Is there a way to at color code the days with event entries?

    Plugin Contributor Nick Young

    (@nickyoung87)

    You are correct about the feature not being present just yet. It is definitely our most requested addition.

    You can add CSS to your theme stylesheet to change the color of the font/background/etc for days with or without events.

    You could try something like this:

    .gce-has-events {
    color: #0f0; // Font color to green
    }

    If that is not the exact selector you need you can just inspect the elements of the calendar output to see the class names.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Marking this resolved assuming my last post was able to get things set in the right direction for you. If you have any other questions please let me know.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show event entry in calendar grid’ is closed to new replies.