Hello Community,
I would like to change the color of the current selected item in the sidebar.
In the screenshot is the field "Pages".
Hope you can help me.
Kind regards,
Moritz
Hi @Moritz
do you want to change it only in one space or globally?
In current space it's for CSS
.acs-side-bar .current-item .acs-nav-item-link {background-colour: #yourhexhere}
Hi Fabienne,
thank you for your answer. Unfortunately the CSS doesn't work in Space or Global Stylesheets.
To change the hovering-color I used the following css, which worked:
a.acs-nav-item-link.tipsy-enabled:hover { background-color: #55bb72; }
I tried in space style and it worked 🧐 I will check out tomorrow again (cause there were several more before { grayed out)
It looks like you're new here. Sign in or register to get started.