Prerequisites
Installation & Setup
API
Config File
Developer Mode
Developer Tools
Enable Debug Mode
Events
Extensions
Features
Integrations
License System Extension
Permissions
Updating FaxStore
Weblutions Documentation > FaxStore > Developer Tools > Color Presets
Color Presets
Below you can find the default colors.css file that is available to all stores from version 2.7.4. These colors are designed to be used in themes that are created to allow the merchant to edit their site colors without manually editing files.
Merchants can change these colors in the branding page within the staff panel.
:root {
--primary: #a36ad8;
--secondary: #5b7dd2;
--accent: #0171d1;
--text: #FFFFFF;
--textSecondary: #EEEEEE;
--gray: #B3B1B2;
--grayDark: #3F4042;
--staffAccentDark: #072535;
--staffAccentLight: #0c4c6e;
--info: #00a6ff;
--infoBorder: #0c4c6e;
--danger: #720c1b;
--dangerBorder: #d1213b;
--success: #0c7211;
--successBorder: #44d121;
--warning: #72460c;
--warningBorder: #d17021;
}
Review this page
color presets
1 recommend this page