On January 7, 2014 at 9:40 pm
Hi Towfiqi,
I used the following css to give each block its own background colour:
.midrow_block:nth-child(1){background:#background colour1 ! important;}
.midrow_block:nth-child(2){background:#background colour2 ! important;}
.midrow_block:nth-child(3){background:#background colour3 ! important;}
.midrow_block:nth-child(4){background:#background colour4 ! important;}
This pretty much did what I wanted it to do.
However, after adding a block link all the blocks get the (same) colour of the background colour I use for the first block (#background color1). So the css for the background colours for blocks 2, 3 and 4 seems to be overruled or ignored by something.
Do you know a sollution?
Thanks in advance.
Takoos