New Items Module Question

blw91126

Joined: 2004-11-12
Posts: 81
Posted: Tue, 2007-10-09 22:45

Like the New Items Module, with the "update" box and the "new" box on photos.

My simple question is how can I make the text or box a RED color??

Thanks
Brett

 
Slayergirl
Slayergirl's picture

Joined: 2007-09-12
Posts: 180
Posted: Wed, 2007-10-10 07:22

You can change the color in the theme.css of the theme you are using.

For example :
.giNew, .giUpdated {
background-color:#FF0000;
border-width: 1px;
border-style: solid;
border-color: black;
color: #fff;
font-weight:bold;
padding: 0.1em 6px;
line-height: 1.9em;
}