Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Text Colour Changes I cant find.

Text Colour Changes I cant find.

Locked

Views: 1,369

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
22 Oct 2006, 9:41 PM
#1
sharky01276 avatar

sharky01276

New Zenner

Join Date:
Oct 2006
Posts:
11
Plugin Contributions:
0

Text Colour Changes I cant find.

Hi people Im after the lines in style sheet which change the colour of 2 specific text locations.

One the Ez Page headbar. (Directly underneath the logo on my site)

and Two the Item Name and Price text in the product listing field.

Thanks in advance

Alan

p.s i tried searching and reading faq before posting here! So im either blind or stupid if its there lol

22 Oct 2006, 10:36 PM
#2
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Text Colour Changes I cant find.

For your Q. #1, try the following in stylesheet.
The link color

#navEZPagesTop a {
color: red;
}

The link color with mouse hover

#navEZPagesTop a:hover {
color: yellow;
}

For your Q. #2, please refer to the topic below.

problem with productListing-heading css

.

22 Oct 2006, 10:51 PM
#3
sharky01276 avatar

sharky01276

New Zenner

Join Date:
Oct 2006
Posts:
11
Plugin Contributions:
0

Re: Text Colour Changes I cant find.

Thank you for your quick and very helpful responce!

Internet is so useful how did we cope without it :)

22 Oct 2006, 11:13 PM
#4
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Text Colour Changes I cant find.

You are welcome!

And glad it can be of hlep. :smile:

Bye,

.