Page 1 of 1

Clearer select state for sidebar navigation

Posted: 15 Jun 2022, 08:56
by Franziska_Ne
Hi,

We gathered user feedback concerning the sidebar navigation. It's hard to see the "active category" I am currently navigating in. The only mark that distinguishes the active category vs. inactive category is the black text color. Can you find a way to mark the active category more clearly?

Thanks for looking into this matter.

Re: Clearer select state for sidebar navigation

Posted: 16 Jun 2022, 09:52
by cetincakiroglu
Hi,

The reason behind this situation is the design of Ultima is based on Material Design.
However, it's possible to change active menuitem color from your side as a user with custom CSS implementation. You can override the responsible classes below and implement your own styling as you wish.

Code: Select all

.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem a.active-menuitem-routerlink {}
Regards