Custom theming is available for users with plans that include style customization features.
setCustomStyles
method. This method overrides Fuse’s default theme, allowing you to selectively customize specific colors and styles.
Using
setCustomStyles
will override any styles configured inside your Fuse account.Basic Usage
Customization Options
Colors
Override any combination of these color properties. Colors that are not defined will fall back to Fuse’s default theme values.#3F51B5
), RGB (rgb(63, 81, 181)
), HSL (hsl(231, 48%, 48%)
), named colors (blue
)
Logo
Troubleshooting
Before applying your custom styles, the Fuse Importer runs a validation check. If any issues are found, the styles will be ignored and you’ll see error messages in the browser console starting with: “Error on custom styles validation:” Common validation errors include:- Invalid color format – Ensure all colors use valid CSS values (e.g., hex, RGB, HSL, or named colors).
- Invalid URL format – Logo URLs must be correctly formatted and valid.