mattlewis92/angular-bootstrap-calendar

Removing Badge Numbers

manibonthu opened this issue · 5 comments

I don't want to display badge numbers in month view please help me ?

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.