Zen Cart Logo

Changing color

Locked

Views: 875

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Sep 2006, 5:43 PM
#1
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Changing color

I'm using 1.3.5 example on step 2 of 3 page of checkout there are pharses:

Your Total, Discount Coupon, Payment Method and so on.. The color for text is set to #336699. I tried looking in css but cant find it. Can someone point me to correct page plz

tks
covone

24 Sep 2006, 7:11 PM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,601
Plugin Contributions:
0

Re: Changing color

What template are you using?

25 Sep 2006, 5:00 AM
#4
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Changing color

Hehe... the Explorer blues.

Find in your stylesheet.css(near the beginning);

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

Replace with;

LEGEND {
	font-weight: bold;
	padding: 0.3em;
        color: #000000;
	}    

The added color declaration(in red) will solve your problem. Explorer assigns it's own color for those headings, this above code block will set that issue straight. :yes:

Also, when you post a link... always omit the trailing session zenid or it could mean troubles to your store for security issues. Double check to make sure it's the actual link, with no session extension.

**Edit: Kim... the member has zenid additions on the supplied link. **