📚
Logseq Tips & Tricks
  • Overview
  • General
    • Getting Started
  • Beginner to Advance Features
    • Aliases
    • Footnotes
    • Templates
    • Customise Left Sidebar Menu
    • Tables
    • On This Day Query Page
  • Intermediate to Advance Features
    • Whiteboards
    • Logseq Sync
    • Dynamic Variables
    • Macros
    • Flashcards / Spaced Repetition
    • Zotero
  • Queries
    • Simple Queries
    • Simple Queries Examples
  • Advance Queries
Powered by GitBook
On this page
  1. Beginner to Advance Features

Customise Left Sidebar Menu

PreviousTemplatesNextTables

Last updated 2 years ago

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