Fade out past dates on front end calendar

WordPress Event Management, Calendars & Registration Forums Request A Feature Fade out past dates on front end calendar

This topic contains 2 replies, has 2 voices, and was last updated by  Rolands Rudītis 9 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13471

    Hello,

    It would be nice to fade out past dates in calendar view on front end just like it is in admin panel.
    Just to make better focus on what’s important.

    Rolands Rudītis
    #13482

    Try adding the following to your theme’s style.css:

    .eo-fullcalendar .eo-event-past{    
        opacity: 0.5;
    }

    This targets event which have finished. There are also classes .eo-event-future (events that have yet to start), and .eo-event-running which have started, but not yet finished.

    Stephen Harris
    #13500

    Perfect! Thanks!

    Rolands Rudītis
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.