Topic: How to hide header

Home Pro Support Forums CSS and Design How to hide header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7430
    Mauro Luisoni
    Participant

    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.

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.