The Arcive of vBulletin Modifications Site. |
|
Colour problem.. Details »»
|
|||||||||||||||||||||||||
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? ![]() Thank you! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
*bump*
just found i have same problem, can anyone kelp please many thanx |
|
#3
|
||||
|
||||
|
You can change the color of the boxes...
You will need to edit the arcade.php file.. The first box color is white.. Code:
background: #{$this->arcade->settings['ladder_empty_color']};
Code:
background: #000000; The next box color is green.. Code:
background: #{$this->arcade->settings['ladder_qual_color']};
Code:
background: #A0FEA0; Just change the # color to what you want.. |
![]() |
|
|