Is possible to change the background colour to white, instead of Blue
thanks
mikeMB wrote:Hi.
Please paste url to your site.
.nobg #gkContent {
background: white; // here you can put your color
}
mikeMB wrote:Please add this code to overrinde.css file:
- Code: Select all
.nobg #gkContent {
background: white; // here you can put your color
}