If there isn’t a built in option, how can I accomplish this with CSS? I tried hiding the date element for a specific event using variations of the code below, but it isn’t working. What am I missing? Does ai1ec-event and/or ai1ec-event-instance-id-13 need to be in the code in addition to ai1ec-event-id-2604?
#ai1ec-event-id-2604 .ai1ec-posterboard-view .ai1ec-date-block-wrap {
display: none !important;
}
Thanks in advance for your help.