How can I change the color of the menu bar in the header?
Hey @Keppeler,
Thanks for writing in!
Normally, you can change the navbar color in the header by going to X > Theme Options > {your Stack} and there should be a respective background color picker.
And if there is no color picker, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
body .x-navbar {
background-color: #e5e5e5;
}
Please let us know if this works out for you.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.