index.tpl or css does matter, coz index.tpl you just have to find class="" (css files) to change the color of the background. or
find the <table ......>
Code:
{if $total gt "0"}
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5" height="24" ></td>
<td background="">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td class="black_bold"><font color="#ffffff">Featured Videos</font></td>
</tr>
</table>
</div></th>
<td></td>
</tr>
</table></td>
</tr>
{section name=i loop=$answers}
this table <table width="100%" border="0" cellspacing="0" cellpadding="0">
Replace :
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#cc6600" >
Bookmarks