• Resolved Melle123123

    (@melle123123)


    Hello,

    Is it possible to make the date when there is an event on on color? Like blue letters on the calendar?
    Now there is only a underline. It is not very clear for visitors. When the date of an event is blue they can see it better.

    Hope someone can help me with it.

    Regards,
    Melle

    https://www.ads-software.com/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    The widget calendar is styled by the theme, but you could add a few lines of CSS to make dates with an event stand out more:

    .widget_calendar table td.event{
         background: #08C;
    }
    Thread Starter Melle123123

    (@melle123123)

    Great! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Date display (color)’ is closed to new replies.