• Resolved rvs0002

    (@rvs0002)


    Fantastic plugin, perfect for my needs. Is there a way to have the day of an event colored (green in my case) instead of the small yellow highlight on the number (similar to how the current day is shaded blue)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    The following CSS rules should achieve this:

    .minical td.day-with-date {
    background: green;
    }
    .minical td.day-with-date.no-events {
    background: transparent;
    }
    span.mini-link.calnk-link {
    background: transparent !important;
    }

    Thread Starter rvs0002

    (@rvs0002)

    Thank you very much, I will give that a try. Again, great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background color for event for widget calendar’ is closed to new replies.