Themes

  • Created :Mon,01,2017
  • Last Updated:Tue,11,2022

Here you can manage multiple themes in order to white label NEON. 

 

Go to Admin -> Themes

 

Themes

Adding New Theme

Click on Add New Theme to create new theme.

 

Add new theme

Below screen will pop up :

new theme

 

Here you can upload your own logo.

Domain Url should be in the following format e.g: neon-soft.com don't need to type http.

You can use Custom CSS to change styling e.g. below will change background color 

.page-container .main-content{
background: #A9A9A9 !important;
}