Skip to content

Change default main colors

MacWarrior edited this page Aug 20, 2024 · 2 revisions

Since version 5.5.1 - Revision 113, you can specify custom CSS from Admin area > Website configurations > Interfaces > General

Here is a CSS example to change default main colors :

html,
html.dark,
html.light{
    --color-main-01 : red;
    --color-main-02 : white;
}
Clone this wiki locally