Jump to content

How to get rid of the white background under Nav Menu and resize the old nav bar?


Recommended Posts

just install firebug (firefox extension) and go to the element and click check element.
after you`ve done with that you see the css id or class and you can change it. go to you theme folder open the css and change. do the same with the size of the block
:)

Link to comment
Share on other sites

hi

chage your background color in wiznav.css (ligne 27)


before

#nav {
background:#ffffff url(../img/blankbg.gif) repeat-x scroll 0 0;
float:left;
font-family:arial,verdana,sans-serif;
height:36px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 6px;
width:966px;
z-index:500;
}



after

background:#000000 url(../img/blankbg.gif) repeat-x scroll 0 0;
float:left;
font-family:arial,verdana,sans-serif;
height:36px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 6px;
width:966px;
z-index:500;
}



V++

Atch

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...