2
navin:
You can try this. Make sure your custom block is defined as HTML code. Wrap all your content within a styled div tag, like this:
le="color: #000000"><?php <div style="background-color: #123456"> Here goes your content </div>
Just replace the color code for the one you want.
Cheers.