theme config option for color changes, and direct CSS class overrides for full control over layout and style.
Theme config options
Pass atheme object when initializing the widget to set the base color and text color.
Sets the widget background and accent color. Accepts any valid CSS color value (hex, rgb, hsl). Defaults to white.
Sets the text color for all widget elements. Accepts any valid CSS color value. Defaults to black.
--jigts-custom-base-color— applied fromtheme.baseColor--jigts-custom-text-color— applied fromtheme.textColor
CSS class overrides
Every element in the widget uses ajigts- prefixed CSS class. You can override these classes in your own stylesheet to change layout, spacing, borders, shadows, or any other property.
You may need to use
!important to override the widget’s default styles, since the widget injects its own stylesheet.