Skip to main content

I’d like to have a way to remove the event type once set on an event. Often the chicklet overlaps with the image content. See detail highlighted in red in the image below:
 


The same detail is already repeated in the event when it is displayed as a Featured Topic or in the event calendar list, so this seems rather redundant to include anyways.


 

Hey Scott, thanks for spotting this. It is indeed an UX issue that event type can not be removed/deleted at this moment, sorry for the inconvenience. There’s a same idea submitted earlier, I’ll merge yours into that one, so we have all the votes in one place. 

About the issue with duplicated information, I hope this can help. There are 2 types of settings:

  • Event type: Event types can be managed in ‘Settings > Event types’, common event types can be: workshop, webinar, conference, etc. 

     

  • Online/ in-person event: if there’s a location filled in, then the event is shown as ‘in-person event’, otherwise ‘online event’

     

There’s no need to add ‘online event’ as an event type, as it would end up with duplicated information display. You can leave event type empty in this case, it’s an optional field. 


Updated idea statusNewClosed (Duplicate)
Idea merged into:

All the votes from this idea have been transferred.

@xiaoyu-shen any way to get the list of event types deleted from our account on the backend?


@Scott Baldwin I checked with the team, unfortunately this is not possible yet. 

As a temporary fix, maybe you can hide the event type label by css:

/* Disable event type label on featured event cards and event overview*/
span.event-detail-item__type {
display: none;
}
span.event-item__type {
display: none;
}