Wie bei allen Prestashop-Modulen ist es ratsam, die Überladungen zu verwenden, um das css / js / tpl des Moduls zu ändern
Mit dem Modul können Sie auch einfach js und css mit diesen überschreiben 2 Dateien (von dir erstellt werden):
Prestashop 1.6 :
/themen/votre_theme/css/modules/ndk_advanced_custom_fields/views/css/custom.css /themes/votre_theme/js/modules/ndk_advanced_custom_fields/views/js/custom.js
Prestashop 1.7 :
/themen/votre_theme/modules/ndk_advanced_custom_fields/views/css/custom.css /themes/votre_theme/modules/ndk_advanced_custom_fields/views/js/custom.js
Um die Hauptfarben zu ändern, verfügt das Modul über Variablen, die Sie dann überladen können :
zum Beispiel in die CSS-Datei einfügen (das sind die nativen Farben des Moduls)
:Wurzel { --ndkacf-loader-breite: 70px; --ndkacf-Lader-Höhe: 70px; --ndkacf-loader-color-primary: #333; --ndkacf-loader-color-sekundär: #999; --ndkacf-Linienbreite: 3px; --ndkacf-Animationsdauer: 2s; --ndkacf-loader-initial-scale: .1; --ndkacf-ui-color-primary: #4von; --ndkacf-ui-color-hover: #71d791; --ndkacf-ui-color-soft: #ebebeb; --ndkacf-ui-soft-bg: #f5f5f5; --ndkacf-ui-main-bg: #F f f; --ndkacf-ui-color-remove: #f55; --ndkacf-ui-main-text-color: #333; }