How To Create Custom ERPNext Themes?

Hi,

I’m new to ERPNext. I want to create a custom theme for the system, such as side menu bars and etc.
Is there any guide available for that?

Any help will be appreciated. Thanks.

@KylekClau

Here is some way.
You can create your app.
In your add make your custom_css
add your custom_css in your apps hook.py file

Regards,
Sambhaji Kolate,
New Indictrans Technologies Pvt Ltd.

1 Like

@kolate_sambhaji

Thanks for the information. How about making a side menu bar at the main dashboard instead of icons at the center of the main page, so I just need to edit the desk.min.css right?

I noticed that there are a “website theme” function at the settings. How does it works?

Thank you.

Regards,
KylekClau

@KylekClau you need to change template , you can start with css.
Also Its not good idea to change core files, so make customization in your custom app.

By default theming is worked on css rule. You can add css in your app

Regards,
Sambhaji Kolate,
New Indictrans Technologies Pvt Ltd.