Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing colors of bottom borders

Changing colors of bottom borders

Locked

Views: 949

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
2 Nov 2008, 5:58 PM
#1
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Changing colors of bottom borders

I found the place in the stylesheet to change the color of the bottom border on my sideboxes, but I still haven't found where to change it underneath my top & bottom navigation bars. Obviously I've done it before because they are currently orange instead of the standard green, but I can't seem to find it again and I'm going crazy looking!

Can someone please help?

2 Nov 2008, 6:06 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Changing colors of bottom borders

Your URL?

2 Nov 2008, 7:08 PM
#3
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Changing colors of bottom borders

Ooops, sorry - here it is:

https://www.kings-kreations.com/zen

2 Nov 2008, 7:30 PM
#4
daneh avatar

daneh

Zen Follower

Join Date:
Dec 2007
Location:
Southern Maine
Posts:
268
Plugin Contributions:
0

Re: Changing colors of bottom borders

It is an image and a color I think. Try changing the background color and see if that does it. If that is not it, it may be the image itself.

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper (line 257)

{

margin-top: 0em;

margin-right: 0em;

margin-bottom: 0em;

margin-left: 0em;

background-color: #abbbd3;

background-image: url(../images/tile2_back.gif);

padding-top: 0.5em;

padding-right: 0.2em;

padding-bottom: 0.5em;

padding-left: 0.2em;

font-weight: bold;

color: #ffffff;

height: 1%;

}

3 Nov 2008, 5:41 PM
#5
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Changing colors of bottom borders

background-color: #abbbd3;

background-image: url(../images/tile2_back.gif);

The background color is set to grey, so I know that's not what's showing through below my image.

I also changed the tile images when I was doing this and the bottoms of the images are not orange.

I'm thinking it has to be in the stylesheet somewhere, but I can't seem to find it.

3 Nov 2008, 6:08 PM
#6
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Changing colors of bottom borders

Answering my own question here, but I finally figured it out. My tile2_back.gif image was too short, so the image was getting duplicated. As a result, it was showing the top portion of the duplicated image. Once I made the .gif image taller, it resolved the problem. Thanks for your help, you got me to looking in the right place for the answer!!