Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / header link color change

header link color change

Locked

Views: 1,838

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
29 Jun 2006, 4:34 PM
#1
webguy avatar

webguy

New Zenner

Join Date:
Jun 2006
Posts:
3
Plugin Contributions:
0

header link color change

version 1.3 - using a custom template. Something is driving me batty...

When I have the Shopping Cart box visible, whether it be on the left or right, I cannot get the color of the header link for that box to be anything but blue...the header I have to use for this client is blue...so it barely shows up...and I cannot find where in the style sheet to make it white, which is the color I would like...

The site is here: http://64.25.106.12/

To see what I am talking about, you will have to place an item in the shopping cart.

I also cannot get the footer link that says "Home" to change from blue to white...can anyone give me a hint...? Please?

You will see this right away in the footer.

Thanks everyone...Papaw

29 Jun 2006, 5:00 PM
#2
webguy avatar

webguy

New Zenner

Join Date:
Jun 2006
Posts:
3
Plugin Contributions:
0

Re: header link color change

It also seems that when I change the link color inside of the Category box, the header link color for the Shopping Cart changes to the same color...I want the Category box links to be blue and the Shopping Cart header link to be white...now I have them all orange so the Header link can be seen...help?

22 Feb 2010, 8:20 PM
#3
jackmi avatar

jackmi

New Zenner

Join Date:
Feb 2010
Posts:
3
Plugin Contributions:
0

Re: header link color change

...so now I'm pounding at the same. :unsure:

How was this ever solved? please..

22 Feb 2010, 8:52 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: header link color change

Please guys... use Firefox with the Web Developer and firebug plugins...

These tools will help you analyse the elements of a page displayed in the browser - including the css id's and classes.

Using these tools, you will soon see that EACH SIDEBOX has its own set of id's - including the header, so all you need do is apply a style declaration to the id.

In THIS SITE, I give each sidebox header a completely different header colour. If you look at my stylesheet for this site, you'll see that all I have done is apply a different declaration for colour, for each sidebox header ID.

23 Feb 2010, 4:22 AM
#5
jackmi avatar

jackmi

New Zenner

Join Date:
Feb 2010
Posts:
3
Plugin Contributions:
0

Re: header link color change

yes, firefox with firebug is what I have been using. it points me to "navezpagestop" and changing colors doesn't give result.

changing colors in "a:visited" changes the color, yes but it also changes the color of 'log yourself in?'

could I be missing something in stylesheet.css that originaly came with zencart?

I like to dig and after spending a few hours on this I decided to finally write.
thanks!