Changes in scheme.less not effect to the site

Hi,



I've cloned basic theme and now I working on cloned copy basic theme. Unfortunately all changes in scheme.less eg. changes in body_font not effect to the site. Option “Rebuild cache automatically” is turn on.



Anybody have an idea what I'm doing wrong?

I had the same issue, and it drove me nuts. But in the end, the solution was logical. Depending on what theme you're using, there's further customizations that overwrite scheme.less CSS settings. Check the /presets/data/ folder (for example /design/themes/classyshop/presets/data/satori.less) and find the theme preset .less file.



To find out which .less file you have to edit:

  1. Change CSS in satori.less, upload file
  2. delete /var/cache/
  3. Reload website to trigger recompiled .css
  4. check css file to see if your change shows up