Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sport site - Colour problem / size

Sport site - Colour problem / size

Locked

Views: 1,006

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Jan 2008, 5:36 PM
#1
vik007 avatar

vik007

Zen Follower

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

Sport site - Colour problem / size

Hi Guys:

www.splay.co.uk

  1. How do i change the tool bar beneath the logo??

for example where it says:

Tips :: Trade / Club Client

i want it as if they are seperate tabs..not small and invisible like.

  1. How do i make the page width wider? eg 950 px?? this recommended??

thanks

also i think i have speeded up the site..so any problems let me know please.

1 Jan 2008, 6:42 PM
#2
jacka avatar

jacka

Zen Follower

Join Date:
Nov 2007
Location:
Dallas, Texas USA
Posts:
180
Plugin Contributions:
0

Re: Sport site - Colour problem / size

Try adding in your css:

#navEZPagesTop a {color: #fff;}
or some other color you like.

If you want to change the entire link style, try ---

#navEZPagesTop a:link {color: #fff;}
#navEZPagesTop a:visited {color: #fff;}
#navEZPagesTop a:hover {color: #yellow;}
#navEZPagesTop a:active {color: #fff;}

or any color combination you want.