Hey,
where can i change the Background Color for the Today's Featured Videos and Recently Viewed on the main Site (index)?
I have already changed the Background color in css but these 2 are white.
Can anyone help me?
Printable View
Hey,
where can i change the Background Color for the Today's Featured Videos and Recently Viewed on the main Site (index)?
I have already changed the Background color in css but these 2 are white.
Can anyone help me?
look through index.tpl
i have already changed all color but it doesn't worfk... :(
Is it in style.css or index.tpl?
sorry have fixed.....the color is in the index.tpl
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 ......>
this table <table width="100%" border="0" cellspacing="0" cellpadding="0">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}
Replace :
Code:<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#cc6600" >