Topic: How to hide header
- This topic has 1 reply, 2 voices, and was last updated 1 month, 3 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Pro Support Forums › CSS and Design › How to hide header
I would like to hide or deactivate the header: header and buttons month/week/day/list and today to publish week table to display in the lobby.
Samsung’s MagicInfo does not read CSS set by week grid on the site.
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.