I was wondering if there is any way to remove the time infornt of the events in a google calendar.
Because now the events are very poorly visible
I was wondering if there is any way to remove the time infornt of the events in a google calendar.
Because now the events are very poorly visible
If the embedded calendar was from the same domain, you could override the CSS for the <span>
elements that contain the time.
.te-t { display: none !important; }
However, since the iframe is from YouTube, this is not possible due to cross domain security policies. More details in the links below.
Another solution would be to use the Agenda view instead of of Month view. It's certainly not the same but it has infinite scroll which allows you to see upcoming days and months. And, addressing your original issue, there is plenty of space for the event times and descriptions.