Custom CSS
Customize the look and feel of the CookieChimp banner & modal.
CookieChimp’s dashboard allows you to customize the look and feel of the banner and modal. However, if you want to go beyond the options provided, you can use custom CSS.
Color Schemes
The widget includes light and dark themes. Enable dark mode by adding cc--darkmode
class to the HTML element.
You can also enabled auto dark mode by in the CookieChimp dashboard. This will automatically enable dark mode when the user’s device is set to dark mode.
CSS Variable Customization
Develop your own theme by modifying/overriding CSS variables.
You can also customise very specific elements by using inspect element in your browser and copying the CSS selector to override the styles.
Disable transitions
You can disable all transitions simply by setting the transition duration to 0: