In der style.css
ZitatAlles anzeigen/* =Menu (rote Leiste)
-------------------------------------------------------------- */
#access {
background: [COLOR=Red]#ff0000[/COLOR]; /* Show a solid color for older browsers */
background: -moz-linear-gradient([COLOR=Red]#ff0000[/COLOR], #0a0a0a);
background: -o-linear-gradient(#252525, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#252525, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}
Erstelle dir ein child-Theme oder sichere die Datei, sonst wird alles bei einem WP-Update überschrieben.