Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / 4 little dots between nav....

4 little dots between nav....

Locked

Views: 1,340

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
18 Feb 2007, 7:09 AM
#1
charrup avatar

charrup

New Zenner

Join Date:
Feb 2007
Posts:
2
Plugin Contributions:
0

4 little dots between nav....

Hi

Could someone please advise how to change these little dots from black to white as in the footer.....

www.projectone.co.za/shop

My account (black dots) Downloads (black etc.

Ta

18 Feb 2007, 10:11 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: 4 little dots between nav....

find the following in your stylesheet.css

#navEZPagesTop {
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
font-size: 0.95em;
font-weight: bold;
margin: 0em;
padding: 0.5em;
color: #ffffff; /*add this to change the color */
}

Add the highlighted portion.

Save and upload to your server

18 Feb 2007, 10:42 AM
#3
charrup avatar

charrup

New Zenner

Join Date:
Feb 2007
Posts:
2
Plugin Contributions:
0

Re: 4 little dots between nav....

Great thanx. Swear i did that before but it didnt work.....either cached or where i edited looked similar to this section....strange!