[ic] modifying category_vertical component table background color

Nick Maguire interchange-users@icdevgroup.org
Thu Oct 10 11:18:01 2002


Open theme.cfg (in /catalogs/your cart name/templates/foundation/, find the
class "categorybar" by using the editors search facility.

Where you have the default hex colour code alongside it change that code to
your own colour code.

This will update all the category bars using the "categorybar" style.

The code you have written overrides itself by telling the table it should be
<tr bgcolor="#6B6B6B"> then telling it to apply the "categorybar" class from
the style sheet.

Even if you delete the class from the code, it still wont work, this was how
i tried to do it first off. Use theme.cfg and you can change your site
appearance with a single file.

Hope that clarifies it.



>You wrote:
>
><tr bgcolor="#6B6B6B">
>     <td valign="top" class="categorybar">
>      <b> [box-exec bar_link]area[/box-exec]</b>
>     </td>
>   </tr>
>   <tr>