Hello!
im kinda new to this so can anyone please tell me where and what part exactly i need to change to get others color of those blue lines in classic theme ?
thanks
Edit themes/classic/style.css (for classic theme).
what part of the code exactly ?
I guess that would be .tableh1 that you mean. If you edit that one, I guess you'd also like to edit .tableh1_compact.
If you see something you'd like to change, just view the source and look for what you want to change. Example: you want to edit the background color where it says "1 albums on 1 page(s)" on index.php. View the source, and search for "1 albums on 1 page(s)". You will find:
<td width="100%" align="left" valign="middle" class="tableh1_compact" style="white-space: nowrap"><b>1 albums on 1 page(s)</b></td>
It's the class="tableh1_compact" that sets the background color. Now edit that part in your style.css.