mengler12
Hi
On your site the specific block has different module now.
Its spotlight block contains multiple position.
If you want to set a background behind complete block add this code in custom.css file
.t3-spotlight-2 {background:#000;}
For a specific module, you can add a module suffix in the module advanced Tab and then define the style code in custom.css
Example : suffix : testbg
.testbg {background:#fff;}