PSD files are added to first post.
Quote:
Originally Posted by liljimmy
Quick question: new posts show up in orange and I can't figure out how to change the color. Any idea?
|
Edit class "row-new" in "extra" css template. This is the code you need to edit in default color scheme:
Code:
td.row-new a, td.row-new a:visited { color: #FF7E00; }
td.row-new a:hover, td.row-new a:active { color: #FF7E00; }