Happy Friday!
I’m hoping that someone has CSS code to hide the GMT city? Please and thank you?
Happy Friday!
I’m hoping that someone has CSS code to hide the GMT city? Please and thank you?
The CSS on this is not complicated but I am afraid it is all or nothing.
This will remove both the time and location setting.
/** Remove the time zone display **/
.timezone-desc {
display: none;
}
Here is the before and after
Oh, wow, OK I’ll bring this to my Team to see what they say.
Much appreciated, Nicole
It may very well be more of an issue to find it in all of its locations.
OK, I just tried it and refreshed my tester page and it didn’t affect that area… I’ll refresh in 5 minutes to see if it’s a processing delay.
I see you have a video conference going - is that within a course?
I don’t have an integration at the moment for a virtual space so not sure if I can test the specifics.
I can try to create a video conference within my test course and see if I can figure out something.
Yes, it’s within a course. I created an ILT, then a Session, then an Event.
You should be able to test it if you plug in a random website as your custom video link, that’s what I do at times to save the ILT until I get the instructor’s Zoom link.
/** Remove time zone detail deeper within an event **/
#panel- div.date-info.content > div:nth-child(1) > div > div {
display: none;
}
Thank you
Possible barriers…
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.