Calendar reduction

Calendar reduction
In the calendar, I only use the part indicated by the rectangle, all day.
Is there any way to eliminate everything else?
Ps I’m not good at coding

Hi @DanioA

Which parts exactly are you looking to hide? Are you utilizing the default view settings for the calendar so that it defaults to list mode?

Hi Tim, no, I’m using the weekly view, as shown in the photo, I want to keep the inside of the red rectangle and remove everything else.
So I keep, menu, date, all day,

Oh right, sorry I got mixed up there.

I’ve successfully hidden the stuff you’re looking to hide in another platform. I’ll see if I can work something out for you.

Hey @DanioA

Can you please try adding the following code to the CSS section of that page?

.fc-scroller.fc-time-grid-container{
    display:none;
}
1 Like

it works perfectly.
thanks

1 Like