Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Link color not changing on index page

Link color not changing on index page

Locked

Views: 1,424

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Jan 2008, 5:44 PM
#1
rogue_tiger avatar

rogue_tiger

New Zenner

Join Date:
Aug 2007
Posts:
38
Plugin Contributions:
0

Link color not changing on index page

I'm attempting to change the link color within the text of the index page. I created various <div> specific links in the stylesheet - <div> variations being pulled from the HTML of course. None of the options produced any results.

I'm either overlooking something or the main text isn't affected by the stylesheet?

-stumped

5 Jan 2008, 6:03 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Link color not changing on index page

The index page certainly is affected by the stylesheet. Getting the right combination of selectors can be tricky. With a link to your site, we could advise you exactly what will work for your situation.
Or you can look at view source, or use the Firefox Web Developer's information tools, to see what elements are in the chain of inheritance for the page and use one or more of those like
#indexCategories a {color: #aabbcc;}

5 Jan 2008, 6:11 PM
#3
rogue_tiger avatar

rogue_tiger

New Zenner

Join Date:
Aug 2007
Posts:
38
Plugin Contributions:
0

Re: Link color not changing on index page

ugh - nevermind - it is working now.
thanks for the reply though!! :)