drcika / apc-extension

https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension
MIT License
673 stars 27 forks source link

How to hide Sidebar title? #193

Closed cmaciasjimenez closed 3 months ago

cmaciasjimenez commented 5 months ago

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

mubaidr commented 5 months ago
"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.