> For the complete documentation index, see [llms.txt](https://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/beginner-to-advance-features/customise-left-sidebar-menu.md).

# 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

{% embed url="<https://www.youtube.com/watch?v=Xaa3mry9O5I>" %}
