Is it possible to remove/hide the words “Event type” on the EventTop section? Ideally I would like my events just to display the icons but if I have to include the words for each Event Type, I can live with that. there’s no on these fields so I can’t use CSS to hide them.
Dec 8,2023 AT 7:49PM - 1 year ago -Screenshot of the words I would like to hide.
Hi Martin,
You can hide the Event type word using the code below
span.evoet_eventtypes.level_4.evcal_event_types.ett1 > em{
display:none;
}
Let us know if this works for you.
Unfortunately that didn’t work. It seems to remove the entire section (icon and description) as well, but only for certain events. I can sort of see why, as you’re targeting [em] but the entire row has this style.
I guess it requires a change to the source to include a specific class or ID to be able to target just the label and not the whole area. Maybe in a future update?
Hello,
Thank you for your great suggestion. Please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.