View Single Post
  #10  
Old 03-25-2009, 12:22 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Subcategory Mods on 4.2.0

Did you modify include/categories.php according to the very first post in this thread?
I slightly improved the output of this mod, but the main work is described here http://forum.x-cart.com/showpost.php?p=244930&postcount=1
Please read it carefully

If you choose my variant of template you can either use following lines or omit them if you don't want you subcats have a custom lookout.

.menu-categories-list ul li.subcat{
/*Your extra styles for nested categories here*/
}

F.e. if you want your subcat links to be red you should use
.menu-categories-list ul li.subcat{
color:#ff0000;
}
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote