Customise Left Sidebar Menu
Last updated
Last updated
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
Open your custom.css file (search custom.css and open)
Add the following line .change-text { display: none; }
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