Event Calendar Customization

Hey Max,

Any possible way to show the time, but hide the “UTC” part? It’s confusing we are using this for a large in-person event where we don’t want people confused about the times.

2 Likes

Hi @Adam_Moseley :wave:

I’ll discuss it with our devs and let you know if it’s possible :slightly_smiling_face:

1 Like

Hi Adam :wave:

I am so sorry for the delayed reply!

Our devs are working on your request. I’ll get back to you once the solution is provided :slightly_smiling_face:

1 Like

Hi @Adam_Moseley :wave:

Our devs have hidden the UTC part from your Event Calendar widgets using this CSS code:

.global-styles,
.eapp-events-calendar-load-more-button-component {
  background-color: rgb(255, 255, 255);
  color: #000;
}

.global-styles,
.eapp-events-calendar-time-startTimeZone,
.eapp-events-calendar-time-endTimeZone,
.eapp-events-calendar-popup-time-startTimeZone,
.eapp-events-calendar-popup-time-endTimeZone {
  display: none;
}

Please check your widgets and let me know if you like the result :slightly_smiling_face:

1 Like

This is perfect! Thank you. I need to apply it to my banner calendar as well, I have two of them. I copied the CSS and it doesn’t seem to apply to the other calendar style. Quick fix for that?

2 Likes

Could you please share a direct link to the page where your banner calendar is installed?

I’ll be happy to check it for you :slightly_smiling_face:

1 Like

Yes, https://f6bfe92d954b4c5f9755cd4f30cd33ad.elf.site

All the best,
Adam Moseley

2 Likes

Thank you!

Our devs are working on this adjustment and it’s expected to be released globally within the next week. As for now, they’ve just added this feature only for Unstoppable Schedule 2024 widget.

Do you want to hide the UTC part from the banner calendar or maybe from all the widgets?

1 Like

From both of my calendar widgets, I want to hide the UTC info.

2 Likes

Got you!

I’ve forwarded your request to our devs! I’ll get back to you once I receive a response from them.

1 Like

Hi @Adam_Moseley :wave:

Thank you for waiting!

We’ve removed the UTC part from your banner calendar as well. Please check your widget and let me know if you like what you see :slightly_smiling_face:

1 Like

Hey!

I’m curious if you could please remove the UTC from visibility from my 3 widgets as well? Or direct me on how to!

  1. https://d30bede1d44549f2ae0278fdf1fd904b.elf.site
  2. https://1a9fa5f644f04c4abbe4b0aee861cfe5.elf.site
  3. https://c4538935458c4c0886e8391752bea598.elf.site

And I’m curious if I have to re-embed after these edits take place?

Thank you :pray:

2 Likes

Hi @meaghan :wave:

Your request is with our devs now. I’ll let you know once I receive a response from them :slightly_smiling_face:

1 Like

@meaghan We’ve removed UTC from the widget using this CSS code:

.global-styles,
[class*="eapp-events-calendar"]
[class*="TimeBar__TzMarker"] {
  display: none;
}

All the changes are applied automatically, so you don’t need to reinstall your widgets. Check them out and let me know if you like what you see :slightly_smiling_face:

2 Likes

Thank you so much Max! You’re an all star!

3 Likes

It’s my pleasure :wink:

In the meantime, we would be so grateful if you could check out the Event Calendar category in the Wishlist and vote for your favorite ideas.

And of course, feel free to share your own ideas – we’d love to discuss them with you!

1 Like

Hi Max- I’d also like to hide the UTC from our event calendar.

Summary

Big Sky Music Events

2 Likes

Hey @Emilee_Wagner :wave:

Sure, your request is with our devs now! Once done, I’ll report back :wink:

1 Like

@Emilee_Wagner We’ve removed UTC from the widget using this CSS code:

.global-styles,
[class*="eapp-events-calendar"]
[class*="TimeBar__TimeZoneMarker-sc-"] {
  display: none;
}

Check it out and let me know if you like what you see :wink:

1 Like

Hi Max- Thank you but I’m still seeing the UTC-6

2 Likes