🎨Colors
Last updated
Last updated
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.
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 --alternate-color
is not defined, the default color is #f5f5f5
Digital supports customizing Background Color of the website.
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
Digital allows to change Alternative color, Background Color, Accent Color in dark mode.
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