Conference agenda template (event calendar) widget

Hey Max,

I’m using the conference agenda template in the event calendar widget and I had two questions for you

  1. I know I can set the filters to preselected dates using a code added to the installation code (saw your article) but can I just have the three conference days (25, 26, 27 September) showing on the filter instead? That way I could select the day I want from the three available
  2. What CSS code can I use to make the “event types” bold?

Thanks!
Gina

1 Like

Hi there, @Gina_Chong :waving_hand:

At the moment, it’s impossible to preselect several days, but this idea is already on the Wishlist. You can upvote it here - Add multiple attributes for one filter (pre-selected filters option)

As for the event types, you’d like to make them bold on the event card, right?

If this is the case, here is the code for you :slightly_smiling_face:

.eapp-events-calendar-category-item {
  font-weight: bold;
}

Job done! awesome, thanks :star_struck:
And I’ll make sure to vote. Thank you as always

2 Likes