Custom Styling
You can tailor the appearance of the widgets so that they match the rest of your site
Colours
window.stub.init({
...options,
colours: ['#FF0080', '#00A86B']
});Font
window.stub.init({
...options,
font: "'Public Sans', Arial, sans-serif"
});Empty state images
window.stub.init({
...options,
emptyImage: {
light: 'https://your.site/light.png',
dark: 'https://your.site/dark.png'
}
});Theme
CSS overrides
Last updated