| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Suggestions on making a Category stand out | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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.
__________________
Richard 4.1.9 /Gold |
|||||||
#2
|
|||||||||
|
|||||||||
![]() add an if stament to you cats menu
{if $cat eq"255"}*{/if}
__________________
xcart 5.1.2 |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() Quote:
You are an iffy kinda guy Ash ![]() 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; } |
|||||||||
#4
|
|||||||||
|
|||||||||
![]() could do this
{if $cat eq "255"}class="boldCat">{else}class="normalCat"{ /if} of course change names to wahtever classes youa re using.
__________________
xcart 5.1.2 |
|||||||||
#5
|
|||||||
|
|||||||
![]() Thank you hoosierglass and Ashley! I finally got this working for the category text and rollover to display in a new color.
__________________
Richard 4.1.9 /Gold |
|||||||
|
|||
X-Cart forums © 2001-2020
|