Color Swatch Are Not Showing On Kalles Theme

Kalles theme doesn’t add colors for me. Does anyone know how I can fix this?

Here’s the solution

  1. Add colors first, Theme sections (Swatch, Label submenu) save
  2. Theme settings > Custom CSS, JS
    Enable Colors CSS and save
  3. 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?