on boardindex... which code block changes the colours in css ?
version is 2.0.0.1
For curve theme, changing link color on boardindex can be through following css
.table_list tbody.content td.info a.subject {
color: #D97B33;
font-size: 110%;
font-weight: bold;
}
Change the color part as per your needs.
Ok, worked. Danke