Custom Dashboard sidebar background color

I want to have another color of my bloomreach 14 dashboard sidebar.
How can I do this?

For example, I want to make it red - how can I do this?

Hi,
You can’t easily override this part; since XM 14 the left menu is an Angular app called the NavApp, on behalf of integrations with other apps than the CMS.

If you must, the code is at brxm/navigation-application at brxm-14.7.13 · bloomreach/brxm · GitHub but building your own version would add to the maintenance of your project code base.

Regards, Jeroen

Thank you very much :slight_smile:

…I have an additional question…
I want to change the background color, when an if-statement is given and when I have logged in in my cms. For example: I am user “ADS” and I have logged in and now I want to see another color of the sidebar.

How can I do this? Do I have to do it in java and override a specific java.class in my bloomreach project? …and how do I know, where the sidebar is rendered via java in bloomreach?