
Re: [Block] Recent topic forum block
the colour is all based on the template css file you are using...
if you are not sure the class is class="row2"
so in the template css file look for row2 and then the colour in icy phoenix default it looks like this
.row1, .row2, .row3, .row4, .row1h, .row1h-new, .row1hHover, .row1h-newHover, .row2h, .row2h-new, .row2hHover, .row2h-newHover, .row3h {
background-color: #f8f8f8;
border: solid 1px #ffffff;
border-right-color: #dddddd;
border-bottom-color: #dddddd;
text-align: left;
so change this line
background-color: #f8f8f8;
to the colour you like so if it was black it would look like this
background-color: #000000;