Re: Changing the background color based on Category
Find the background div and the proper variable and do something like:
{if $cat eq '10'}
<div id="special div for males">
{elseif $cat eq '8'}
<div id="special div for females">
{else}
<div id="standard div for the rest of the website">
{/if}
__________________
- Shane Munroe
|