Skip to content

Hide masthead from splash page #2594

Answered by iBug
lhoupert asked this question in Q&A
Discussion options

You must be logged in to vote

Add some CSS to the page you want to hide masthead from. It could be as simple as

body.layout--splash .masthead {
  display: none;
}

https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2594 on December 09, 2020 13:51.