Our powerful JS Calendar component


Post by jeff.wang »

Hi

how to to hide the dot when the event day is in single day like below, we want to treat the single day event as the cross day event. another things is how to disable the hover style in event render when show eventTooltips by hover.
Image

thank you!

Jeff


Post by tasnim »

You can override the css of it to none like so:

i.b-cal-event-icon.b-icon.b-fw-icon.b-icon-circle {
    display: none;
}

Post by jeff.wang »

that's ok, thank you!

Jeff


Post Reply