change and preview you colors, fonts and other css from admin panel.
No PhD in Informatics needed.
-
Moga-Theme installieren, falls noch nicht geschehen:
composer require -n moga-kit/moga-theme -
Installiere Source Dateien und Bibliotheken im Ordner "source/Application/views/moga/":
npm install -
Moga-Modul installieren:
composer require -n moga-kit/moga-module -
Nennen die Datei "source/out/moga/src/scss/custom.dist.scss"
in "source/out/moga/src/scss/custom.scss um
mv source/out/moga/src/scss/custom.dist.scss source/out/moga/src/scss/custom.scss -
Mache die Datei "source/Application/views/moga/build/scss/_custom_styles.scss" beschreibbar:
chmod 777 source/Application/views/moga/src/scss/_custom_styles.scss -
Mache die Datei "source/Application/views/moga/build/scss/_custom_variables.scss" beschreibbar:
chmod 777 source/Application/views/moga/src/scss/_custom_variables.scss -
Mache die Datei "source/out/moga/src/css/styles.min.css" beschreibbar:
chmod 777 source/out/moga/src/css/styles.min.css -
Mache die Datei "source/out/moga/src/css/preview.css" beschreibbar:
chmod 777 source/out/moga/src/css/preview.css