I didn't found the solution to change the class of badge total on event cell ? By default, it's badge-important, but I find the red a bit agressive when you have many events in Month view.
how could I change the class ?
I didn't found the solution to change the class of badge total on event cell ? By default, it's badge-important, but I find the red a bit agressive when you have many events in Month view.
how could I change the class ?
Try overriding default css, have a class in your css file like
.badge-important {
background-color: green;
}