Toolbar display on calendar page

Why is a toolbar displaying on my calendar?

I found the solution. Thank you.

Hi @Youth_Inc_South_Flor

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;
}

Why I see a panel above my widget

1 Like