Replies: 2 comments 7 replies
-
I tried to do the exact same thing and experienced the same behavior. Using edit: Workaround I'm using: position: absolute;
left: -999px; |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an
index.md
, which is included in the nav structure, i.e.The index page only has a large picture (which serves as the front page of the site) and I would like to hide the auto-generated "Home" page title as it distracts. For this I'm using an inline CSS snippet in
index.md
:This correctly hides the "Home" title on the page itself (leaving only the image), but has the strange side-effect of changing the site name (as listed right of the site logo) into "Home":
I have no idea why this is happening, would you have any clue what is causing this?
Edit: I see this both with Firefox and Chrome, on Linux, with mkdocs-material 8.2.9
Beta Was this translation helpful? Give feedback.
All reactions