Skip to content

サイドバーのメニューの調整 #9715

Closed Answered by satof3
HMOCAT asked this question in Help / Questions
Discussion options

You must be logged in to vote

記載していただた部分の表示/非表示についてはGUIの管理設定は設けていませんがカスタムCSSを使うことで非表示にすることができます。
Wiki管理 > カスタマイズ (/admin/customize)のカスタム CSS を記入いただければ調整できるかと思います。
以下、記入例を記載しますので参照ください。

// サイドバーのページツリーを非表示
button[data-testid="grw-sidebar-nav-primary-page-tree"] {
  display: none;
}

// ページ下のコメント欄を非表示
div[id="comments-container"] {
  display: none;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yuki-takei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants