mattlewis92/angular-bootstrap-calendar

Hide week number box

AfarsheziF opened this issue · 3 comments

Hi there,
Is it possible to hide the week number box? I've tried to hide .cal-week-box with no luck /:
Thanks!

Have you tried hiding #cal-week-box? It's the id, not the class :) #cal-week-box { display: none !important; } works for me :)

The other idea would be to edit calendarMonthCell.html template and remove lines 40-42.

#cal-week-box { display: none !important; } working!
Thanks :)!

The only thing that made it work for me was setting display: none on .cal-week-box-cell. The markup has probably changed in the last version ...