Zen Cart Logo

changing colours

Views: 611

Results 1 to 3 of 3
29 Oct 2012, 2:03 PM
#1
rabbitnutrition avatar

rabbitnutrition

New Zenner

Join Date:
Sep 2011
Posts:
81
Plugin Contributions:
0

changing colours

here is a link:
https://www.rabbitnutrition.co.uk
how do i change the brown to green - been looking through css and am a little baffled. can anyone point me in the right direction of a colour code please :smile:

29 Oct 2012, 2:56 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: changing colours

That's an image (top-nav-bk.jpg), so you would have to edit it in an image editor.

29 Oct 2012, 3:15 PM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: changing colours

Or you could just change your #navMainWrapper rule from

#navMainWrapper {margin: 0em;font-weight: normal;color: #fffede;background-image:url(../images/top-nav-bk.jpg);height: 54px;width: 950px;}

to```
#navMainWrapper {margin: 0em;font-weight: normal;color: #fffede;background:#226600;border-radius:22px 22px 0 0;height: 54px;width: 950px;}