drcika / apc-extension

Home Page:https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to hide Sidebar title?

cmaciasjimenez opened this issue · comments

Hello! I'm trying to hide the sidebar title but can't find the answer. I've seen the font size settings but not how to hide it completely.

Could anyone tell me how to achieve it?

CleanShot 2024-06-07 at 13 21 53@2x

Thank you very much

"apc.stylesheet": {
  ".monaco-workbench .part > .title > .title-label": "display: none"
}

TIP: You can use builtin developer-tools get id/ class of the element you want to customize.