Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Probably the most simple css question in the world...EVER!

Probably the most simple css question in the world...EVER!

Locked

Views: 2,045

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 May 2006, 10:03 PM
#1
jas99villa avatar

jas99villa

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

Probably the most simple css question in the world...EVER!

I am really really new to css and having a problem on my newly installed zencart.

I want the headers in each box (such as new products this month, specials and featured) in the centre to be a different colour to what they are but having changed every colour in my css I cant find it. Can anyone help?

I have added a picture which is the new products box and as you see the background and text colour are white!

16 May 2006, 11:10 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Probably the most simple css question in the world...EVER!

If you look at the source for your page you will see something like this:

<h1 id="featuredDefaultHeading">Featured Products</h1>

Look in your CSS style sheet and check if (in this case) you have an ID called featuredDefaultHeading if not add it:

#featuredDefaultHeading {color: #000000;}

Do the same for each heading you want and change the color to your choice.

23 May 2006, 1:35 PM
#3
jas99villa avatar

jas99villa

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

Re: Probably the most simple css question in the world...EVER!

unfortunately, i could not find that line in the css. Any further help from anyone?

23 May 2006, 1:48 PM
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Probably the most simple css question in the world...EVER!

Just add it to your CSS style sheet