What do I need to edit?

Bubka3

Active member
What template and css property controls the color of this text:
mod_delete_color.png
 
Admin CP -> Appearance -> Color Palette -> @primaryLightish

Or override the CSS:

Admin CP -> Appearance -> Templates -> EXTRA.css

Add this code:

Code:
.messageList .placeholder .placeholderContent
{
	color: green !important;
}
 
Top Bottom