Manage Style Sheets for B2C User Journeys
To manage the style sheets for digital journeys which are exposed to unauthenticated users via the B2C environment, follow the basic procedure for style sheets management.
The following css elements are available for B2C user journeys:
Parameter |
Default value |
Description |
---|---|---|
--defaultFontSize |
14px |
|
--defaultTextColor |
#333 |
|
--linkColor |
#337ab7 |
|
--linkHoverColor |
#23527c |
|
--controlTextColor |
#333 |
The color of the text displayed in controls. E.g.: OptionSet control. |
--controlIconColor |
#333 |
|
--controlBorderColor |
#ddd |
|
--controlActiveBorderColor |
#337ab7 |
|
--errorColor |
#d64031 |
The background color of error toast message. |
--infoColor |
#2980b9 |
|
--warningColor |
#feb332 |
|
--successColor |
#049F0C |
|