Customise Side Menu

Hello,
How can we customise (through css) various elements of side menu especially the dark background color?
Thanks

Hello @vimleshjaipur

You can browse all SCSS variables available for customization in “Theme Variables” view:

image

It can be opened from CUBA Tree:

image

Regards,
Daniil

Thanks Daniil. It helped me to change the background color of side menu. Also help me for - cant we override the styles given in ext-main-screen.xml like
<hbox id="appTitleBox" spacing="true" ***stylename="c-sidemenu-title"*** width="100%">
Thanks again. Regards

There is no any SCSS variable for this block, so you should create theme extension and write custom styling.

Regards,
Daniil