How do I change the Font Color of the Poll Options in the Poll Form?

adrian2040 at 05h15
31
Aug
2011
I'm managing an Invision Forum.

Whenever I try to make a Poll and I type the Poll Options, these can't be seen because they're written in black in a black background. They can be seen if highlighted or after being posted, but not while typing them.

Can anybody help me?
1 Nera., on 31/08/2011 at 09h58
Hi,

Add this to AP > Dipsplay > Colors > CSS, and chnage the color in the code to suite your wishes.
If it does not go well, please leave your forum link.

Code:

.poll .poll-choice {
    color: red !important;
}
2 adrian2040, on 31/08/2011 at 12h00
It didn't seem to work at all. Here is my forum link:

http://projectlegends.aeroforums.com/forum

Thanks in advance!
3 Base, on 31/08/2011 at 12h04
Hi, please try adding this to your CSS code:

Code:
.ipbform2 dl dd textarea.inputbox {
    background-color: #FFFFFF;
}


Smile
4 adrian2040, on 31/08/2011 at 12h25
It did not change the Text's Font Color, but it changed the background color of the Text Box to white and now I can see what I type.

Thanks!
5 Base, on 31/08/2011 at 12h28
You're welcome, glad we could help. Very Happy

Solved => Locked & Archived
Similar topics
I need CSS code so I can change font color in my polls on forum. I use invision, there are CSS where I found this code: /* Poll */ .polls { background-color: #eff1f3; } .polls dl { color:#919191; } but background of my polls are black, and
I think it would be good if we could do the following things with polls: 1) On a multiple choice poll, allow the person creating the poll to specify the maximum number of options that can be selected (another forum allows this). 2) On polls, allow
The color of my Poll question blends with the background and is unreadable without highlighting. I looked at the display/pics & colors/colors in admin and couldn't find anything that mentioned anything to do with Poll configuration. I am using the
See also
more_less
Informations

5 Replies For the topic :
"How do I change the Font Color of the Poll Options in the Poll Form?"

This topic has been viewed 916 times.

Last message :
31/08/2011 at 05h15 by "adrian2040"