I recently began using the Sneat Theme for my project and everything was going smoothly until I tried to adjust the color scheme across the entire project. It appears that despite following the instructions in the config.js file, the changes were not taking effect.
Here's how I've set up everything:
Config# Utilize the config.js file to customize TemplateCustomizer settings globally by adjusting global variables.
Include helpers.js and template-customizer.js scripts in the section. Ensure the TemplateCustomizer plugin is initialized using the config.js file. Initialization should occur within the section Apply the template-customizer-core-css and template-customizer-theme-css classes to core and theme-* stylesheets.
These guidelines are outlined in the documentation.
Despite carrying out all necessary modifications... the color scheme remains unchanged throughout the project.
Any assistance with this issue would be greatly appreciated. Thank you