🎨Colors
Alternative color
Digital allows to add alternative color. Alternate color set background-color for input, textarea, submenu, subscribe banner, tags, tier card, post content cards, post header, etc.
To customize:
Access the Settings > Code Injection from the admin menu.
Click Open
In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:
<style> :root { --alternate-color: #000; } </style>Click Save
If the variable --alternate-color is not defined, the default color is #f5f5f5
Background Color
Digital supports customizing Background Color of the website.
To customize:
Access the Settings > Code Injection from the admin menu.
Click Open
In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:
Click Save
If the variable --main-background-color is not defined, the default color is#ffffff
Colors in dark mode
Digital allows to change Alternative color, Background Color, Accent Color in dark mode.
To customize:
Access the Settings > Code Injection from the admin menu.
Click Open
In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:
Click Save
If the variable --main-color--dark-mode is not defined, the default color is#f5f5f5
If the variable --alternate-color--dark-mode is not defined, the default color is#3d3d3d
If the variable --main-background-color--dark-mode is not defined, the default color is#1d1d1f
Last updated