Background image for only one block?

Permalink
So I have a block that I want to have a background image for, but not the whole site or pages. How can I accomplish this?

Thank you, still green to concrete

 
leinteractive replied on at Permalink Reply
leinteractive
When you're in Edit Mode, click on the block in question and choose the Design option.

In that dialog box, you can apply all the custom CSS (include background color or image) that you need.

On the last tab (CSS) you can even apply a custom class to cover the whole block, and then go to your external CSS file that your Theme uses and write styles for that particular class.

You can then save that style as a preset and easily apply it later to any other block should you so desire.
Adreco replied on at Permalink Reply
Adreco
once you've created your block and saved it, you can select edit again and select "design"


haha... beat my fat typing fingers to it stompwampa! Nice complete reply!
MFChop replied on at Permalink Reply
Thanks guys