I try to code like this:
//.sticky-post:nth-of-type(3n+1) {
background: white;
}
.sticky-post:nth-of-type(3n+2) {
background: black;
}
.sticky-post:nth-of-type(3n+3) {
background:#903;
}//
but it doesn’t work, do you know what i do wrong?
I’m sorry but I’m pretty new for coding.