Quote:
Originally Posted by PhilJ
You don't use 246, that's just an example. Use your own category ID.
Follow the instructions again. I have tested it and it works. Also clear your template cache.
|
I add
{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.category|replace:"&":"&<br>"}"> at
/reboot/custom/header/categories_header.tpl ,
li.cat_1734 { background: #fb8200; }
li.cat_256 { background: #ff0060; }
li.cat_492 { background: #747474; } code at
skin/reboot/css/themes/blue.css and
skin/reboot/custom/reboot_head.tpl but it is not working.please help me.