Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Font color: Home link in footer

Font color: Home link in footer

Locked

Views: 1,822

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Jul 2008, 9:13 PM
#1
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Font color: Home link in footer

I've looked at this in FF Web developer but it doesn't seem to have an id for the Home link in the footer :huh: although it does for everything around it.

I just want to change the font color of this link. Any idea how to determine the ID?

Thanks

12 Jul 2008, 8:46 AM
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: Font color: Home link in footer

Have you tried this?

#navSupp ul li a {
color:blue;
}
```
12 Jul 2008, 1:45 PM
#3
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Font color: Home link in footer

miles:

Have you tried this?

#navSupp ul li a {
color:blue;
}


That didn't work for me but this modified version did:

> #navSupp ul li a {
> 	color:#ffffff;
> }

Thanks for the tip - It would have taken me ages to come up with the *ul li a*. I assumed that the id was not *navSupp* because modifications I made to it seemed to have no impact.

Thanks again!