How to change background colour for inline calendar only

Hi Vincent,

Here’s the css rule you can use:

.mbsc-fr-inline.mbsc-calendar .mbsc-fr-w {
    background: #fff;
}
1 Like