1
I'd like to define the background of the centerblocks each time I renew the content. So: changing backgroundcolors.
If I go to the 'style.css', go to 'td#centerRcolumn div.blockContent' and delete 'background: #4E0F0C;' I'll get the global background color.
I would like to define the backgroundcolor in the system admin > block.
Something like this
{
background-color: #990000;
}
should work I guessed, but it doesn't.
Anyone ideas?