Great component, however I’m struggling to add styling to it. All I want to do is remove the ‘fc-list-item-time’ column from the week view. I’ve followed the instructions which say to copy the example style html file from github etc, then I add
.fc-list-item-time {
display: none !important;
}
but nothing happens. I can’t seem to set any styles for and of the .fc-* classes. I guess the styles are being overridden somewhere else.
If I use the variables, that works fine…
–fc_td-border-style: dotted !important;
but there is no variable for fc-list-item-time other than white-space and width. Where can I set the .fc-* styles?
Thanks
Stuart.