Utilities
Utility CSS Classes

Utility CSS Classes

Utility classes can be assigned through banner/page cssClasses fields in the CMS.

cssClasses
string | null

Space-separated class names that are applied to the banner/page wrapper.

Available classes

no-shade

Hides gradient/overlay shade layers used by components that render an .overlay-shade element.

  • CSS source: packages/frontend/src/styles/globals.css
  • Rule: .no-shade .overlay-shade { display: none; }

Notes

  • Utility classes are intentionally limited and explicit.
  • Unknown classes are still rendered in the DOM but may have no effect unless styles exist.