• We only set the timings one month at a time, so only want users to see current month. Is it possible to hide the month dropdown so other months are not visible?

Viewing 1 replies (of 1 total)
  • Plugin Author mmrs151

    (@mmrs151)

    Yes, you can use css tricks to hide that month dropdown div,
    basically:

    select.otherMonth {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Hide month dropdown?’ is closed to new replies.