Mini Calendar : Disable event color

I would like to display the mini calendar without any coloring (the day where there are at least one events are show in yellow). Is there a way to display this ? Or perhaps a way to prevent the mini calendar to display a day where is only a certain event type ?
Thanks in advance

Hello,

You need to change CSS settings, add following to your page:

<style type="text/css" media="screen"> .dhx_month_head.dhx_year_event { background-color: #EBEFF4; } </style>
Best regards,
Ilya