Lara,
I’m a little confused as the “backgrounds” of all modules in this template are white.
But if you are speaking of the brown-looking stripe across the top of a module:
change the following in RED[FONT=”Arial Black”] ja_raite/css/template.css – line 439[/FONT]
div.moduletable h3, div.moduletable_text h3, div.moduletable_menu h3 {
border-bottom:1px solid #DDDDDD;
border-top:8px solid #666666;
font-size:125%;
margin:0 0 10px;
padding:8px 0;
text-transform:uppercase;
}
If you want to change the color of the Module Title itself:
then goto line 43 of the same CSS file and adjust the following to your liking.
h1, h2, h3, h4, h5, .contentheading, .componentheading, .blog_more strong {
color:#666666;
font-weight:bold;
line-height:1.3;
}
Have fun!
John.