;)
[Edit GauGau] Replaced hotlinked image with attachment [/Edit]
how can i make the "yellow" box become purple?
where should i modify the code?
Many thanks in advance for the help!
Cecilia
Cecelia,
Look in yourtheme/style.css for the the .navmenu class styling and change the "background:" command.
It'll look something like this, extracted from the Classic theme:
.navmenu {
background:#0E72A4 none repeat scroll 0%;
border-style:none;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
font-weight:bold;
}
Steve
Perfect, thank you so much :)