coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: ceciliaf92 on May 31, 2008, 07:00:23 PM

Title: [Solved]: Trouble with code / css
Post by: ceciliaf92 on May 31, 2008, 07:00:23 PM
 ;)
[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
Title: Re: Trouble with code / css
Post by: steveeh131047 on May 31, 2008, 07:15:19 PM
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
Title: Re: Trouble with code / css
Post by: ceciliaf92 on June 01, 2008, 02:43:42 PM
Perfect, thank you so much  :)