/
4.2.3. Styling and theme's
4.2.3. Styling and theme's
You can see it in action here products.bizzomate.com
The Chat widget utilizes CSS properties for styling, which are defined within the _variables.scss file of the module. If you wish to adjust the styling to suit your custom needs, you can either override the variables in this file or exclude the variables file altogether. This allows you to copy and paste the _variables.scss file to another part of your application and modify everything without altering the main module. By using this method, when the BizzomateChat module is updated, your custom styling will not be overwritten.
You can achieve this by setting the following SCSS variable in your exclusion-variables.scss file within your theme folder.
$exclude-chat-variables: true;
, multiple selections available,
Related content
4.2.1 Chat customization
4.2.1 Chat customization
More like this
4.1. Quick start
4.1. Quick start
More like this
4.3. Features
4.3. Features
More like this
4.4. FAQ
4.4. FAQ
More like this
4.2. Basics
4.2. Basics
More like this
4.3.4. Search
4.3.4. Search
More like this