Closed manibonthu closed 7 years ago
Do you mean #611?
I have one event in my todays date so its display both event and badge also.badge in the sense in the top of number it display 1 .i want to hide this feature how can i do this
For all days or only today?
For all days
CSS rules:
small.cal-events-num.badge{ display: none; }
works for all days.
.cal-day-today small.cal-events-num.badge{ display: none; }
works for today.
.cal-day-open small.cal-events-num.badge{ display: none; }
works for selected (open) day.
I don't want to display badge numbers in month view please help me ?