Why is a toolbar displaying on my calendar?
I found the solution. Thank you.
Don’t panic! This isn’t a mistake. It’s called the Information Panel, and it’s meant to help you. It explains what it is, and only you can see it if you’re logged in.
You can hide it with a simple CSS code. Just add this code to the Custom CSS section of your widget
.global-styles, .eapps-widget-toolbar {
display: none !important;
}
1 Like