Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can't change colours - handholding needed!

Can't change colours - handholding needed!

Views: 484

Results 1 to 5 of 5
25 May 2011, 2:20 PM
#1
elly avatar

elly

New Zenner

Join Date:
May 2011
Posts:
49
Plugin Contributions:
0

Can't change colours - handholding needed!

I have a great categories sidebox, but I cannot figure out how to change the rollover colours. It's got to be in the code somewhere, but I've looked and looked and cannot find it. I downloaded the Firefox Web Developer Tool, but I'm obviously not using it right because it's been no help to me.

The site is here: ellybooks.co.uk/shop

When my cursor moves across the category sidebox on the left, the main catories turn light blue. The sub categories turn pink. Where is the code to change this?

How do I change any of the background colours in this sidebox?

If someone could find out which file and which line of code, I would appreciate it. I've changed other colours in my template, but this one's got me m totally stumped. I need a bit of hand-holding.

Many thanks

25 May 2011, 2:22 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Can't change colours - handholding needed!

Those codes are in the stylesheet - includes/templates/YOUR_TEMPLATE/css/stylesheet.css (where YOUR_TEMPLATE is the name of your custom template).

25 May 2011, 2:40 PM
#3
elly avatar

elly

New Zenner

Join Date:
May 2011
Posts:
49
Plugin Contributions:
0

Re: Can't change colours - handholding needed!

afo:

Those codes are in the stylesheet - includes/templates/YOUR_TEMPLATE/css/stylesheet.css (where YOUR_TEMPLATE is the name of your custom template).

Thanks. Someone found them for me.

I wasn't able to find them myself because the HEX number in the stylesheet is supposed to be orange - and yet, when it appeared on screen, it came out light blue.

I'm still working my way around this one, but seem to be making progress at last.

25 May 2011, 2:46 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Can't change colours - handholding needed!

The easiest way to use Web Developer is to google it:

Google this: youtube Web Developer

25 May 2011, 2:53 PM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Can't change colours - handholding needed!

http://www.w3schools.com/default.asp has a list of color codes for css. It comes in handy.