What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Color Swatch Are Not Showing On Kalles Theme

Color Swatch Are Not Showing On Kalles Theme

fabigala
Tourist
9 0 1

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

Replies 2 (2)

paultorniado
Shopify Partner
2 0 0

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

1 add color.png

2 enable colors css.png

3 edit code colors.png

CNTRLSocks
Visitor
1 0 0

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?