To change this:
OPEN THIS TEMPLATE: showthread.css
Search for these lines:
Code:
.thread_info .options_block_container {
width: 100%;
float: {vb:stylevar left};
display:block;
position: relative;
top: 0;
padding-top:0;
margin-top: 0;
}
Replace with:
Code:
.thread_info .options_block_container {
width: 100%;
float: {vb:stylevar left};
display:block;
position: relative;
top: 0;
padding-top:0;
margin-top: 0;
color: #ff0000;
}
Change the last line "color: #ff0000;" <-- to the color you would like it to be.
Hope that helps.