Changing colors Changing colors
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Changing colors

Started by vivat, January 06, 2006, 11:46:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vivat

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

Abbas Ali

Edit themes/classic/style.css (for classic theme).
Chief Geek at Ranium Systems

vivat

what part of the code exactly ?

ecto

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.