Zen Cart Logo
Forums / Basic Configuration / Category Title on Centre Column (Main Page)

Category Title on Centre Column (Main Page)

Locked

Views: 1,834

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
28 May 2007, 2:13 AM
#1
rosscob avatar

rosscob

New Zenner

Join Date:
May 2007
Posts:
36
Plugin Contributions:
0

Category Title on Centre Column (Main Page)

I think this is pretty easy, but havent been able to locate it!! LOL.

I want to change the font/color of the Category title that appears on the main page (not in the categories sidebox, but the one that appears at the top of the main page when you select a category from the sidebox).

Thanks!
Ross.

28 May 2007, 2:43 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Category Title on Centre Column (Main Page)

If you are referring to the "breadcrumb" where it is usually:

Home :: Item Cat :: Product

This is in the stylesheet if not post a url to the exact page where this is

28 May 2007, 3:02 AM
#3
rosscob avatar

rosscob

New Zenner

Join Date:
May 2007
Posts:
36
Plugin Contributions:
0

Re: Category Title on Centre Column (Main Page)

No, not the breadcrumb.

http://pcmagic.com.au/store/index.php?main_page=index&cPath=1

I want to change the font of the text "Automotive" which is in the center section above the sub-category headings.

Thanks
Ross.

28 May 2007, 3:09 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Category Title on Centre Column (Main Page)

Find or add to your style sheet

#indexCategoriesHeading {
font-style: ???;
font-size: ????;
color: #??????;
etc
}

28 May 2007, 4:11 AM
#5
rosscob avatar

rosscob

New Zenner

Join Date:
May 2007
Posts:
36
Plugin Contributions:
0

Re: Category Title on Centre Column (Main Page)

Thanks Kobra!!!
Awesome :smile:

29 May 2007, 7:43 PM
#6
oneworldstudios avatar

oneworldstudios

New Zenner

Join Date:
May 2007
Posts:
47
Plugin Contributions:
0

Re: Category Title on Centre Column (Main Page)

hi guys,
i did it this way:

#productListHeading {
font-family: Times New Roman, Times, serif;
font-weight:bold;
font-size: 2.5em;
color:#a61106;}

29 May 2007, 11:19 PM
#7
kobra avatar

kobra

Black Belt

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

Re: Category Title on Centre Column (Main Page)

#productListHeading looks the same but is on a different page than th OP had referenced