Change Style Switcher Display Colour?

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Mon Feb 09, 2015 12:00 pm
Hi

Is it possible to change one of the style switcher colours to one of my own prefered colours? if so how is it done?

Thanks
User avatar
Junior Boarder

GK User
Mon Feb 09, 2015 1:41 pm
Hi,

The following code is responsible for the switcher colors:
Code: Select all
#gk-color1 {
   background: #b06339;
}

#gk-color2 {
   background: #6f313c;
}

#gk-color3 {
   background: #5b82a6;
}

#gk-color4 {
   background: #e2af3a;
}

#gk-color5 {
   background: #797558;
}

#gk-color6 {
   background: #7a5b6d;
}
#gk-color7 {
   background: #8DA897;
}
#gk-color8 {
   background: #39bdbd;
}
#gk-color9 {
   background: #444d75;
}

Please add the same code (but with your own color values) into css/override.css file or use 3rd party custom css plugin:
https://www.gavick.com/blog/adding-cust ... ress-theme
User avatar
Moderator

GK User
Thu Feb 12, 2015 2:15 pm
I changed #b06339 to #0000ff
#0000ff is showing in the style switcher but the link colours and the read more colour remain as #b06339?
User avatar
Junior Boarder

GK User
Thu Feb 12, 2015 6:09 pm
I thought that you want to change only style switcher color...
In this case you should change all css color values. (if you are using i.e. 3rd color, please copy all content of InStyle/css/style3.css file into your override.css file and change color values to your own).
User avatar
Moderator

GK User
Fri Feb 13, 2015 3:41 pm
Where will I find the style3.css file?
User avatar
Junior Boarder

GK User
Mon Feb 16, 2015 8:37 am
You have to connect to your website server using FTP client and navigate to wp-content/themes/InStyle/css/style3.css
User avatar
Moderator


cron