I have set a custom tooltip, but when I go to month view I appear to be getting my tooltip plus another one?
It looks like the year view has it’s own tooltip (year_tooltip), can I essentially “disable” that?
Hi,
You can hide it by setting “display:none” for the extra tooltip:
.dhx_year_tooltip{display:none;}
1 Like