quote:
Originally posted by Phenic Raider
I would like it back with the white writing, but you can't see "Vote". Any idea's?
I also had a similar problem. That's because your profile layout CSS is forcing the buttons to have black writing. You can change it by going to Edit Profile, do CTRL+F and search for "input" (without quotes). You'll then see the the CSS which is styling the buttons, like this:
code:
div#input
{
stuff here
}
You can either delete it, or change the font color to white... if that makes sense?