Theme Documentation
  • Welcome
  • Getting Started
    • Liquid
    • Theme Types
    • Initial Setup
  • Core Concepts
    • Settings
    • KJB Settings ID's
    • Objects
    • Page Objects
    • Elements
    • Presets
    • Ownership
  • Building Blocks
    • Structure
    • Layouts
    • Sections
    • Section Types
    • Blocks
  • Theme Requirements
    • Required Pages
    • Theme Info
    • Powered By Branding
  • Theme Styling
    • Cornerstone CSS
    • CSS Variables
    • Custom Site Styles
Powered by GitBook
On this page
  1. Core Concepts

Presets

Within the config folder of your theme, you can optionally include preset files, which, when selected, will override specified theme settings.

This is a great way to get more mileage out of one theme by giving the users a few starting points that have unique looks and feels.

preset_color.json

{
  "display_name": "Preset Color",
  "overrides":
  {
    "color_primary": "#444",
    "color_light": "#f9f9f9",
    "color_dark": "#333",
  }
}
PreviousElementsNextOwnership

Last updated 5 years ago