osseo
Hi
use this
.itemid-1177 .spotlightbg-1 {background:#ddd;}
1177 is the menu item id that work only for this menu.
this code in custom.css file that make them white
.t3-spotlight-1 > div:nth-child(n+1) {background:#fff;}
.t3-spotlight-1 > div:nth-child(n+2) {background:#fff;}
.t3-spotlight-1 > div:nth-child(n+3) {background:#fff;}
.t3-spotlight-1 > div:nth-child(n+4) {background:#fff;}
you can add the item id if you want to apply it only for the demopage, as i shared in example.
Regards