Hello, I'm using color 1 for my site since I need the blue but I'd like to change the orange in all the site to yellow. Can you be so kind to tell me what to change and where?
I'd imagine I've to use CSS override and I've yet enabled it.
#gkHeaderBottom {
background: #ff0000;
}
.gk-sponsors > div > a {
background: #00aa00;
}
.gk-sponsors > div > a:hover {
background: #00ff00;
}
.gk-jscounter > h3 {
color: #Ff0;
}
.gk-jscounter > h3 {
color: #Ff0;
}