In the CSS file search for #nav-string and change the background color.
This is what I have in my website:
Quote:
#nav-string {
background: #E2006E url(/img/nav-1.png) left bottom no-repeat;
margin: 0 24px 1.5em 24px;
font-size: 85%;
color: #fff;
text-transform: lowercase;
padding-left: 15px;
z-index: 2000;
}
#nav-string div {
background: url(/img/nav-2.png) right bottom no-repeat;
padding: 0 10px 5px 0;
}
#nav-string a {
color: #fff;
}
#nav-string a:hover {
color: #fff;
}
|
The nav.1.png and nav-2.png are for the left and right side of the nav-string as you can see in my website
mingaco.com
-I don't know what you mean with "pligged news"