Hi there, can you please let me know how I go about changing the background grey on GKGRID.
For example I want to change the colour to say RED?
Also is it possible to have individual colouring for each grid item (box).
Thanks
A
.gkGridGK5 {
background-color: red;
}
.gkGridGK5 .gkGrid-grid1_6-1 {
background-color: red;
}