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
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; }
Posts: 180
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;
}