Skip to content
Discussion options

You must be logged in to vote

Yes, Zest is fully customizable. Banner position, colors, theme, buttons — all configurable from a single object with zero CSS required.

Banner position

window.ZestConfig = {
  position: 'bottom-left'  // 'bottom', 'bottom-left', 'bottom-right',
                           // 'top', 'top-left', 'top-right', 'center'
};

Full position reference: Styling docs → Banner Position

Accent color

window.ZestConfig = {
  accentColor: '#f97316'  // orange (#f97316), hex, rgb(), hsl(), named — anything valid
};

This colors the Accept All button, toggle switches, and focus rings. Full reference: Styling docs → Accent Color

Full dark-theme example

Here's a complete config for a bottom-left orange banner …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zapalblizh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants