Navbar Links Colored Boxes

Feb 19, 2009 18:01

Account Status: Free, Plus, Paid
Actions: Giving Header Links A Background color
Theme: Flexible Squares

See our the links are in colored boxes...




In Header Section, you will see this type of coding. It is important that the background-color part is there. If not copy just that line from here and insert it. Changing that color code to any color code you want will change the colored box behind the links.
div#header a, div#header a:link, div#header a:visited, div#header a:active {
padding: 2px;
font-family: "trebuchet ms";
font-size: 15px;
font-weight: normal;
text-transform: normal;
letter-spacing: 0px;
color: #f7f6f0;
text-align: center;
background-color: #596e1c;
}

Always make sure any inserted code ends in ; and that you finish off a section with the }.

account: paid-permanent, feature: header-navbar, .flexible-squares, topic: stock, #596e1c

Previous post Next post
Up