Quote:
Originally Posted by PhilJ
You are not following the instructions correctly, please pay more attention.
In skin/reboot/custom/header/categories_header.tpl
Replace...
Code:
{foreach from=$categories_menu_list item=c}
<li>
With...
Code:
{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.categoryid}">
|
Sorry Phil still it is not working.
I am using X-Cart_Reboot_Mega_or_Flyout_Category_Menus_Combo_Ad don
is it required to add on
/reboot/custom/header/header_mega_menu.tpl ?
After adding Wrapping working fine. Please help me where to add codes in order to get different colors?
{$c.category|replace:"&":"&<br>"}