StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-17-2011, 01:21 AM
freemoneywisdom freemoneywisdom is offline
Registered User
Genesis Member
 
Join Date: Apr 2011
Posts: 29
Default Copyblogger Nav bar code

Hello!

I would like to change my primary navigation bar to what copyblogger.com has. Except, my color will be green. How would I go about doing this? Here is my site

Here is my current code for primary navigation:

#nav {
background: url(images/nav-green.png);
color: #FFFFFF;
font-size: 16px;
font-family: Helvetica, Arial, Tahoma, Verdana;
margin: 0 auto 0;
padding: 0;
font weight: bold;
text-transform: uppercase;
}

#nav .wrap {
background: url(images/navline.png) left no-repeat;
width: 1050px;
margin: 0 auto 0;
padding: 11px 0 10px 0;
overflow: hidden;
}

#nav ul {
width: 100%;
float: left;
list-style: none;
margin: 0;
padding: 0 0 0 2px;
}

#nav li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

#nav li a {
background: url(images/navline-green.png) right no-repeat;
color: #FFFFFF;
display: block;
margin: 0;
padding: 4px 19px 5px 15px;
text-decoration: none;
position: relative;
}

#nav li a:hover {
background: ;
color: #000000;
}

#nav li a.sf-with-ul {
padding-right: 25px;
}

#nav li a .sf-sub-indicator {
background: url(images/arrow-down.png);
display: block;
width: 10px;
height: 10px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top: 10px;
right: 10px;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #8B7B6E;
color: #FFFFFF;
width: 138px;
font-size: 12px;
margin: 0;
padding: 6px 10px 6px 10px;
border-left: 1px solid #A89B8F;
border-right: 1px solid #A89B8F;
border-bottom: 1px solid #A89B8F;
position: relative;
}

#nav li li a:hover, #nav li li a:active {
background: #A59586;
}

#nav li li a .sf-sub-indicator {
background: url(images/arrow-right.png);
top: 10px;
right: 5px;
}

#nav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0 0 0 -1px;
padding: 0;
}

#nav li ul a {
width: 140px;
}

#nav li ul ul {
margin: -33px 0 0 159px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
left: auto;
}

#nav li:hover, #nav li.sfHover {
position: static;
}
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Copyblogger Gregor General Discussion 3 09-14-2011 06:33 PM
What theme is copyblogger using? ngb222 General Discussion 4 11-30-2010 08:39 PM
Copyblogger Owns StudioPress? vanguard General Discussion 10 09-01-2010 06:03 PM


All times are GMT -5. The time now is 11:43 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.