diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 08a01c4..10e9514 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -17,3 +17,7 @@ div.md-content { div.md-header__topic { display: none; } + +.md-nav--primary .md-nav__title { + font-size: 0; /* Set font size to 0 to hide text */ +}