-
Hi, is there a parameter I missed that could hide the masthead on a specific page? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
iBug
Jul 7, 2020
Replies: 2 comments
-
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/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmistakes
-
Thank you very much for the quick answer! It worked fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add some CSS to the page you want to hide masthead from. It could be as simple as
https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/