Badge text color

Is it possible to change the badge’s text? If so, how?

Thanks,

Jordan

Yes you sure can, just make sure you edit these two files… But please! Make sure you copy them and do not overwrite the original ones.

app.config.php

local.config.php

Look for this line of code to edit.

# Options for the signature that's generated 
Config::Set('SIGNATURE_TEXT_COLOR', '#000000');
Config::Set('SIGNATURE_SHOW_EARNINGS', true);
Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true);
Config::Set('SIGNATURE_SHOW_COPYRIGHT', true);

Be sure to edit the #000000 - mine is set to black as you can tell. You can change it to any color you want. Enjoy!

You only need to edit local.config.php

If you don’t see the setting in app.config.php, copy it into local.config.php

The local.config doesn’t get overwritten in a update, app does

Mine won’t even show the image at all…