Zen Cart Logo
Forums / Basic Configuration / css style to ez pages nav top bar?

css style to ez pages nav top bar?

Locked

Views: 1,525

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 May 2008, 1:34 AM
#1
bekahruth avatar

bekahruth

Zen Follower

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

css style to ez pages nav top bar?

As you can see here: http://s244353840.onlinehome.us/index.php I have the Ez Pages header set up. I want to style the links into css buttons. I can't figure out how to do it. When I edited the #navEZPagesTop it only changes to whole bar, not the individual links. Can any help? This is my first time playing with EZ Pages.

16 May 2008, 8:52 PM
#2
bekahruth avatar

bekahruth

Zen Follower

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

Re: css style to ez pages nav top bar?

I found that by styling the links I was able to achieve the desired effect. I added this to my stylesheet:

#navEZPagesTop a:link {
color: #669900;
padding-left: 5px;
padding-right: 5px;
}

#navEZPagesTop a:visited {
color: #669900;
padding-left: 5px;
padding-right: 5px;
}

#navEZPagesTop a:hover {
color: #663300;
padding-left: 5px;
padding-right: 5px;
}