Zen Cart Logo
Forums / Addon Templates / Help with CSS on Mostly Grey Template

Help with CSS on Mostly Grey Template

Locked

Views: 1,735

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Jun 2008, 6:00 PM
#1
krw_knitwear avatar

krw_knitwear

New Zenner

Join Date:
Apr 2007
Posts:
37
Plugin Contributions:
0

Help with CSS on Mostly Grey Template

Hello!

I am using the Mostly Grey Template here http://www.krwknitwear.com/catalog

I really need to change that Bright Blue text that labels each box in the registration form (and also in the check out module)

For the life of me I cannot find it in the stylesheet!

Can someone point me in the right direction?

THANKS!!!!

11 Jun 2008, 6:11 PM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Help with CSS on Mostly Grey Template

Can someone point me in the right direction?

Do you have FireFox with the dev tools? Works like a charm!

Look at this:

a (line 22)
{
color: #99ccff;
text-decoration: none;
}
a:hover (line 30)
{
color: #ffffff;
text-decoration: underline;
}

Looks like the color here is also the color on your Home Log In Text at the top of your site.

11 Jun 2008, 6:20 PM
#3
krw_knitwear avatar

krw_knitwear

New Zenner

Join Date:
Apr 2007
Posts:
37
Plugin Contributions:
0

Re: Help with CSS on Mostly Grey Template

I dont use firefox.. or know how to use those tools...

when viewed in IE 7 the font color is a bright blue.. I have no idea where that information you just pointed at is showing?

Can you help further?

11 Jun 2008, 6:30 PM
#4
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Help with CSS on Mostly Grey Template

Those are codes found in your stylesheet that drive the text color.

Yes in IE7 the colors look different, in FF they look the same.

Checking colors used in your template thru FF I see two blues:

335ea8 and 99ccff

You can do a search in your stylesheet (control F) for those codes to see where they are applied and play with the colors....always work on a copy - never the original, and save the copy to your "custom" folder.

You can download FireFox here:

http://www.mozilla.com/en-US/firefox/?utm_id=Q108&utm_source=google&utm_medium=ppc&gclid=CLOn9N6D7ZMCFST7iAod0nstWA

11 Jun 2008, 6:46 PM
#5
krw_knitwear avatar

krw_knitwear

New Zenner

Join Date:
Apr 2007
Posts:
37
Plugin Contributions:
0

Re: Help with CSS on Mostly Grey Template

I cannot find the first color listed in any of my files at all.

the 2nd color come up only as 99c in the style sheet.

Unfortuantely no matter what I do nothing seems to change that bright blue hyperlink color.

Anyone / anything else I can try?