5 posts were split to a new topic: Highlight current doc topic in the sidebar identified by their slugs in the index
Is it normal that once I use Doc Categories, when Iâm viewing a topic in that category my sidebar navigation doesnât have the link to the admin anymore? I find that quite annoying but I donât know if itâs a general issue or my setup. Seems to me that access to âadmin stuffâ should be in a stable place for site admins?
Yes, thatâs normal. The usual sidebar is replaced by the Doc Categories sidebar. The admin stuff is in a stable place⌠once you go back:
Right â is there a way to customize this Doc Categories sidebar? I do like the doc listing a lot, but the fact that âusualâ sidebar stuff like âmy postsâ etc. suddenly disappears is confusing, particularly as the rest of the design doesnât really change. I guess if when viewing Doc Categories it looked overall very different, it wouldnât be so confusing. I know that when I first arrived on Meta the whole Documentation thing confused me and I stayed away from it for a bit because of that
(I was like âOMG where am I now?â)
A little CSS can give the docs sidebar a distinct background color â maybe that would help?
.discourse-docs-sidebar-panel {
background-color: darkmagenta;
}
Thanks a good idea, thanks! Iâm going to look more closely into the different selectors for part of the Discourse page layout. I imagine thereâs a reference somewhere.
I canât remember if I asked the question or not before, but is there a way to apply a CSS rule according to group or TL the user belongs to?
Iâve spun off a topic with some hints: Finding CSS selectors for page layout, user groups

