Archived topic
Background Video Clocking
3 replies · Started by Jeff on August 1, 2022
I have implemented a background video hero on my site and am having problems with the video clocking (blue circle) during playback. The site is http://northstar.camp. Please advise.
Hi there,
odd, as that spinner element is this HTML:
https://www.screencast.com/t/9FQoFP9r
Which is added to the page right after the Availability heading. If i were to hazard a guess its being added by the code adding the Calendars ...
You can hide it with some CSS:
#gcalspin3 {
display: none !important;
}
Thanks - that did the trick.
You're welcome