Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / styling each category

styling each category

Locked

Views: 1,052

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Oct 2009, 12:23 PM
#1
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

styling each category

Does anyone know where to insert a div tag in the site_map.php file in order to style each set of categories?? - in my case the 3 levels of each main category, categories within that and sub_categories with that. I'm trying to break the categories into less of a listing display.

_thanks

3 Oct 2009, 12:29 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: styling each category

Does anyone know where to insert a div tag in the site_map.php file
Not the correct place -
There are a couple of 3rd party modules - better categories is one
Alternately, can clone the category side box more than once
Search this site for that

3 Oct 2009, 1:20 PM
#3
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: styling each category

thanks for the response. I am looking to alter the site map though and nothing else - any suggestions here?

_thanks

3 Oct 2009, 2:49 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: styling each category

The site map should be a <ul> list, so you can address the subcategory levels like

#sitemap ul {}
#sitemap ul ul {}
#sitemap ul ul ul {}

substituting the correct container id for #sitemap.