Posted 15 March 2014 - 01:10 PM
#2
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