Using: Genesis theme, Beaver Builder, All-in-One-Calendar and Meta Box.
I've created a MB field group that lets one select an Event post as a repeating event and then display the Day of the week and time. But the default Event display also shows the first instance date when the Event is created and I want to hide that on repeating events.
Currently I'm using custom CSS to hide that selector based on postid, but I have to add that manually for every new repeating event. e.g.
.postid-5460 .ai1ec-time.ai1ec-row,
.postid-5564 .ai1ec-time.ai1ec-row {display:none;}
Is there a way using MB to add the CSS .ai1ec-time.ai1ec-row {display:none;}
automatically to each page where the conditional logic is set to a repeating Event?