[Solved]: Trouble with code / css [Solved]: Trouble with code / css
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Trouble with code / css

Started by ceciliaf92, May 31, 2008, 07:00:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ceciliaf92

 ;)
[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

steveeh131047

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

ceciliaf92