Reply To: How to hide header

Home Pro Support Forums CSS and Design How to hide header Reply To: How to hide header

#7432
room34
Keymaster

It sounds like you are using Full view, is that correct? To only display week view, you’ll want to edit your saved calendar and under the General tab, Tabs heading, uncheck all except “Week.”

That will get rid of the tabs for switching the view, but it will still show the heading and the previous/next arrows. You would need to use CSS to hide those. Try this:

.fc-header-toolbar { display: none !important; }

That can go in your theme or under Appearance > Customize > Additional CSS.