here is a link:
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![]()
here is a link:
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![]()
That's an image (top-nav-bk.jpg), so you would have to edit it in an image editor.
Or you could just change your #navMainWrapper rule from
toCode:#navMainWrapper {margin: 0em;font-weight: normal;color: #fffede;background-image:url(../images/top-nav-bk.jpg);height: 54px;width: 950px;}Adjust to taste.Code:#navMainWrapper {margin: 0em;font-weight: normal;color: #fffede;background:#226600;border-radius:22px 22px 0 0;height: 54px;width: 950px;}