Habe bei meinem Wordpress blog ein Problem, möchte gerne die Farbe vom Schriftfarbe vom Menü-"balken" ändern, doch weiß nicht wo :S
hab schon alles versucht, aber es lässt sich irgendwie nicht ändern-.-
Ausschnitt aus der Style.css
Code
/* ---------------------------------------------------------------------------------- */
html, body {margin: 0; padding: 0;}
* {padding: 0; margin: 0;}
p {margin: 0px 0px 12px 0px;}
a {text-decoration: none;}
a:focus {}
a:active {}
a:hover {color: #b34700; text-decoration: none;}
#content a:hover {color: #b34700; text-decoration: none;}
#frame a, img {border: none;}
#header a, img {border: none;}
#headimg a {text-decoration: none;}
.mid {padding-top: 115px; padding-left: 45px;}
strong,b {font-weight: bold;}
del {color: #73b3bf;}
cite {font-style: italic;}
ins {color: #0085a6; text-decoration: none;}
em,i {color: #003c47 ; font-style: italic;}
ol, form {margin: 0; padding: 0; list-style-type: none;}
pre, code {font-family: monospace; font-size: 1.1em; color: #1f5a66; }
acronym, abbr {
font-style: italic;
color: #008fb3;
text-decoration: none;
cursor: help;}
hr {
color: #ffffff;
background: transparent;
margin: 0px 0px 16px 0px;
padding: 0px 0px 0px 0px;
border: 0;
border-bottom: 1px #eee solid;}
blockquote {
clear: left;
color: #9dafb3;
text-align: justify;
padding: 0px 0px 0px 25px;
margin: 20px 40px 16px 37px;
border-left: 4px solid #cad7d9;}
/* ---------------------------------------------------------------------------------- */
body {
font-size: 12px;
background: #c8e9fa url(images/back.jpg) repeat-x top left;
font-family: Verdana, Arial, Helvetica, sans-serif;}
#page {
background: url(images/repeater.jpg) repeat-y top center transparent;
width: 880px;
margin: 0 auto;
padding: 0;}
#frame {
float: left;
width: 880px;
height: 250px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url(images/frame.jpg) no-repeat top center transparent;}
#header {
height: 192px;
width: 852px;
padding: 0px 0px 0px 0px;
margin: 24px 0px 0px 14px;}
[B] #menu {
width: 610px; float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.infobar {
padding: 0px 0px 0px 0px;
margin: 8px 50px 0px 60px;}[/B]
Alles anzeigen
Vielen Dank im Voraus.