Website Theme
BizCentric provides advanced theming capabilities to customize the look and feel of your website and make it match your brand.
Home > Website > Setup > Website Theme
1. How to create a Website Theme
- Go to the Website Theme list and click on New.
- Enter a Theme Name.
- Customize your theme.
- Click on Save.
Note: Make sure you set the Website Theme in Website Settings for the theme to be applied.
2. Features
2.1 Theme Configuration
The section “Theme Configuration” is there for bootstrapping a basic theme. Here you can choose your color scheme, font and button styles.
2.2 Stylesheet
If you’re familiar with SCSS and Bootstrap 4 theming, you have the option to manually create custom SCSS.
Within the “Custom Overrides” field, you can overwrite the variables specified by any app’s theme file. The content of this field will be integrated before importing any other SCSS.
In the “Custom SCSS” field, you can incorporate your own styles. This will be included after importing the app’s themes. Additionally, you can override specific styles as needed.
2.3 Custom JS
You also have the option to create custom JavaScript code that executes when your theme is applied. Utilize this functionality to add or remove classes from elements or implement any scripts that facilitate modifications to the appearance of your elements.