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;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Moritz
I tried in space style and it worked 🧐 I will check out tomorrow again (cause there were several more before { grayed out)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.