A. Colors
Property | CSS Custom Prop | Default Value | Effects | Provided By |
---|---|---|---|---|
Primary Color |
|
| All primary color applications | NOP CSS |
Primary Color : Hover |
|
| All primary color : hover applications | NOP CSS |
Secondary Color |
|
| All secondary color applications | NOP CSS |
Secondary Color : Hover |
|
| All secondary color : hover applications | NOP CSS |
Tertiary Color |
|
| All tertiary color applications | NOP CSS |
Tertiary Color : Hover |
|
| All tertiary color : hover applications | Theme Designer Base Theme |
Text Color |
|
| All body copy and headers unless set in another scope | NOP CSS |
Black |
|
| Populates the color swatch selector in Theme Designer App with a black color option | Theme Designer App |
White |
|
| Populates the color swatch selector in Theme Designer App with a white color option | Theme Designer App |
Grey 10 |
|
| Populates the color swatch selector in Theme Designer App with a light grey color option | Theme Designer App |
Grey 20 |
|
| Populates the color swatch selector in Theme Designer App with a medium grey color option | Theme Designer App |
Grey 30 |
|
| Populates the color swatch selector in Theme Designer App with a dark grey color option | Theme Designer App |
Link Color |
|
| Populates the color swatch selector in Theme Designer App with a brand link color option | Theme Designer Base Theme |
B. Header
Property | CSS Custom Prop | Default Value | Effects | Provided By |
---|
Property | CSS Custom Prop | Default Value | Effects | Provided By |
---|---|---|---|---|
Font Family |
|
| All fonts in the Cloud Header and Simple Header | Theme Designer Base Theme |
Background Color |
|
| Header background color | NOP CSS |
Text Color |
|
| Header text color | NOP CSS |
Background Color |
|
| Link item background hover color | NOP CSS |
Background Color |
|
| Link item background focus color | NOP CSS |
Text Color |
|
| Link item background active color | NOP CSS |
Background Color |
|
| Header drawer background color | NOP CSS |
Background Color |
|
| Header drawer background color item hover background color | NOP CSS |
Background Color |
|
| Header drawer background color item focus background color | NOP CSS |
Text Color |
|
| Header drawer background color item text color | NOP CSS |
. Simple Header and Footer
If the Resort is using the simple header and/or simple footer then it needs to be styled via nop HTML widget.
<style> --header-background-color: #ffffff; --header-text-color: #1f2a44; --footer-background-color: #1f2a44; --footer-text-color: #ffffff; </style>
--header-background-color
:
#ffffff;--header-text-color
:
#1f2a44;