![]() |
Suggestions on making a Category stand out
We use the Fancy Categories flyout menu and the styles are set to accommodate the look of the entire product category. What I want is to have only one of our product categories menu list to have a highlighted color. Everything else can remain the same, but I want the one category to have a set top color, is this possible?
I read about having more than one menu, which is a possibility. The other would be to add something like a * before the category name. |
Re: Suggestions on making a Category stand out
add an if stament to you cats menu
{if $cat eq"255"}*{/if} |
Re: Suggestions on making a Category stand out
Quote:
You are an iffy kinda guy Ash :mrgreen: So basically you could so something like.... {if $cat eq"255"} <-------------------This <td class="vertmenuboldcoloritem"> {/if}</td> <-------------------and this goes on each side of the call for the categories list and set a css class for .vertmenuboldcoloritem { font-weight: bold; font-size: 12px; color: #1d3040; } |
Re: Suggestions on making a Category stand out
could do this
{if $cat eq "255"}class="boldCat">{else}class="normalCat"{ /if} of course change names to wahtever classes youa re using. |
Re: Suggestions on making a Category stand out
Thank you hoosierglass and Ashley! I finally got this working for the category text and rollover to display in a new color.
|
All times are GMT -8. The time now is 06:42 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.