Remove a part of the sidebar?

Posted 2 years, 4 months ago (Edited 2 years, 4 months ago) by resourcebean

I'm looking for a way to remove a specific part of a characters side bar, if possible. Specifically where you can click back out to it's folder as I'd prefer it go to a master directory via custom link instead.

https://prnt.sc/223tp27


8byte

Try

.sidebar li.character-folder.subheader {
  display: none;
}
resourcebean

8byte that worked, thank you very much