Change grid colors CSS

Hello,

I have a CSS file that I load into the custom survey-style settings. Everything works, however I cannot change the colours of the rows in the grid questions. I have written this code. Can you tell me what I am doing wrong?

.grid .row:nth-child(odd) {

background-color: grey;

}

.grid .row:nth-child(even) {

background-color: white;

}

Best,


Astrid

2 replies