Customise Left Sidebar Menu

A question that often arises is how to remove certain menu items from the left-hand sidebar. Whilst there is no on / off toggle available in Logseq, you can hide unwanted options with CSS.

You can add the following to your custom.css to hide the option in the sidebar by

  1. Open your custom.css file (search custom.css and open)

  2. Add the following line .change-text { display: none; }

  3. Change change-text with any of the following:

  • journals-nav to remove the Journal option

  • flashcards-nav to remove the Flashcards option

  • graph-view-nav to remove the Graph View option

  • all-pages-nav to remove the All Pages option

Last updated