• One question: in the small calendar (in the widget) the current day should be marked? Unfortunately, it is not for me, and I could not find a setting for it. Hope someone can help me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the following css and it will mark the current day in the small calendar:

    .eventless-today .em-cal-day-date {
        background-color: #1E73BE;
        border-radius: 50%;
    }
    Thread Starter cede007

    (@cede007)

    Hello, thank you for your reply. I’m embarrassed now, but it was a cache problem ?? Sorry for the stupid question …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to show current day in calendar-widget?’ is closed to new replies.