Log in

View Full Version : Colour problem..


DiMoNd21
04-03-2007, 03:55 PM
I have a problem..

I have installed it and it works perfect except for the colour of the letters. I have a black background on my forum and every letter in this add on that is in black is not shown. How can I fix it?

http://img265.imageshack.us/img265/8523/nocolouruq5.jpg

Thank you!

SpeedyHire
08-18-2007, 10:33 AM
*bump*

just found i have same problem, can anyone kelp please

many thanx

stangger5
08-19-2007, 04:41 AM
You can change the color of the boxes...

You will need to edit the arcade.php file..

The first box color is white..
background: #{$this->arcade->settings['ladder_empty_color']};

You can change it like this...
background: #000000;
#000000 is the color number for black,,making the box black...

The next box color is green..

background: #{$this->arcade->settings['ladder_qual_color']};

Change the green box color like this,,
background: #A0FEA0;
#A0FEA0 is the color green,,that is used...

Just change the # color to what you want..