Kalles theme doesn’t add colors for me. Does anyone know how I can fix this?
Here’s the solution
- Add colors first, Theme sections (Swatch, Label submenu) save
- Theme settings > Custom CSS, JS
Enable Colors CSS and save - Edit code colors.css (Light blue for example)
.bg_color_light-blue {background-color:#9BBDD6;} save
Hi all,
This is not working for me. My colours are in Dutch in my store so I made the code in Dutch like this:
.bg_color_Blauw {background-color:#005BD3;}
.bg_color_Zwart {background-color:#000000;}
.bg_color_Wit {background-color:#FFFFFF;}
.bg_color_Rood {background-color:#F61F1F;}
.bg_color_Marineblauw {background-color:#282099;}
Is this correct?


