Results 1 to 6 of 6

Thread: Recently Viewed & Today's Featured Videos Background Col

  1. #1

    Default Recently Viewed & Today's Featured Videos Background Col

    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?

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default

    look through index.tpl

  3. #3

    Default

    i have already changed all color but it doesn't worfk... :(

  4. #4
    Join Date
    May 2007
    Posts
    686

    Default

    Is it in style.css or index.tpl?

  5. #5

    Default

    sorry have fixed.....the color is in the index.tpl

  6. #6
    Join Date
    May 2007
    Location
    Carson
    Posts
    88

    Default

    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" >
    Lying like Stealing

Similar Threads

  1. "Recently Viewed" Not showing Last Viewed Time
    By scwebmaster in forum General Discussions
    Replies: 5
    Last Post: 02-07-2012, 03:49 PM
  2. Recently Viewed
    By XGV in forum Template Modifications
    Replies: 1
    Last Post: 12-27-2008, 12:17 PM
  3. Recently Featured
    By Foxxy in forum Bug Reports
    Replies: 1
    Last Post: 12-25-2008, 03:47 PM
  4. How do I add one more row on Recently Viewed Videos
    By mevaser in forum Template Modifications
    Replies: 4
    Last Post: 11-15-2007, 05:20 AM
  5. "New Videos & Recently Viewed" display more videos [mod]
    By leki in forum Template Modifications
    Replies: 0
    Last Post: 11-15-2007, 05:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •