Zen Cart Logo

Green Links?

Locked

Views: 1,530

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Jul 2006, 2:15 AM
#1
tig avatar

tig

Zen Follower

Join Date:
Apr 2006
Location:
Lansing, MI
Posts:
123
Plugin Contributions:
0

Green Links?

For some reason, the links in my catagories box are green and I'm aiming for black.

http://www.lucajo.com

I moved the test server to a domain that I'm not really using until another registration company releases the domain name I want. For some reason it's still running slow, but I'm working with my hosting company to see whats going on.

ANYway, I've modified both stylesheets (I took the 'classic' template and modified it as my own) to include the css:

A:link {color:#000000;}

and it still seems to be turning my links green.

Any suggestions?

27 Jul 2006, 2:20 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: Green Links?

Scroll farther down the stylesheet- look for the class for the category box.

27 Jul 2006, 7:19 AM
#3
vicksslc avatar

vicksslc

New Zenner

Join Date:
Sep 2005
Posts:
3
Plugin Contributions:
0

Re: Green Links?

in stylesheet_original.css

line 440

/* categories box parent and child categories */
A.category-top {
color: #008000; <<<<<<this is the color
text-decoration: none;
}

27 Jul 2006, 1:16 PM
#4
tig avatar

tig

Zen Follower

Join Date:
Apr 2006
Location:
Lansing, MI
Posts:
123
Plugin Contributions:
0

Re: Green Links?

Ah!

Thank you very much! That worked nicely.

I'd like to take this opportunity to thank everyone for being so patient with my stream of endless questions. I’m still a beginner when it comes to CSS / PHP / Anything-but-HTML and I’ve gotten prompt and professional responses, even when I don't get it the first time.

Zenners rock!