The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change the poll box colors?

4 posters

Go down

In progress How to change the poll box colors?

Post by middo2 August 17th 2011, 12:25 am

As you can see:

How to change the poll box colors? Poll10

I want to either change the text color (to white) or the box color to white. How do I do that?

Thanks
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

In progress Re: How to change the poll box colors?

Post by !_NICK_! August 17th 2011, 3:38 am

Please refer to this.

Administration Panel --> Display --> Pictures and Colors --> Pics Management --> Advanced Mode --> General / Explore --> Vote bar. As you will see now 3 options called Vote bar - (Right, Left, Center). You should be able to go from here.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: How to change the poll box colors?

Post by middo2 August 17th 2011, 3:47 am

No, i don't want to change the bar.

I want to change the color of the text for the options.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

In progress Re: How to change the poll box colors?

Post by !_NICK_! August 17th 2011, 3:50 am

Please refer to this.

Administration Panel --> Display --> Pictures and Colors --> Colors.

Look there and see if that's it.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

In progress Re: How to change the poll box colors?

Post by middo2 August 20th 2011, 3:18 am

Well I tried the ones that I suspected and it didn't work. The basic CSS is deactivated. Anyone know the code that affects that part?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

In progress Re: How to change the poll box colors?

Post by kirk August 20th 2011, 4:16 am

that background color it should be in your colors list.
I am pretty sure it
(Drop-down menu, form fields and header border color)

so try that there then if not do you have a poll post on your forum guest can have access to, i will see if i can get a analysis and find where to do it in css.
if the above way dose not work
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: How to change the poll box colors?

Post by Nera. August 20th 2011, 8:47 am

Hi,

Try adding this to CSS if not, do as kirk told you

Code:
.poll .poll-choice {
    color: red !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to change the poll box colors?

Post by middo2 August 20th 2011, 8:35 pm

@Kirk: Well, I don't have the Colors List. I just have the CSS. The skin came with a personalized skin. It also deactivated the the basic CSS. Therefore, I don't have the colors list.

I made a test poll topic here: http://www.newhorizings.com/t7492-test-poll#175979

I set the permissions so guests can vote, post but it's still locked for guests it seems?

@Nera: Well it fixed half of it. I could see the options but not the Poll Question or text on the bottom of the Poll.

How to change the poll box colors? Poll11
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

In progress Re: How to change the poll box colors?

Post by Guest August 20th 2011, 8:40 pm

Try this

Code:
.formsubtitle, table.ipbtable th.formsubtitle {
    background-color: #ddd;
    border: medium none;
    text-align: left;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: How to change the poll box colors?

Post by middo2 August 20th 2011, 8:57 pm

Well it made it readable...but what I really wanted to do was just change the text to white, instead of changing the background. The gray doesn't match the skin...also it decentered the "Total Votes: x"
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

In progress Re: How to change the poll box colors?

Post by Guest August 20th 2011, 9:09 pm

You can make the background-color to match with your skin also the color for the text it should be white now.

use this code
Code:
.formsubtitle, table.ipbtable th.formsubtitle {
    background-color: #EFF1F3;
    border: medium none;
    text-align: left;
    color: #FFFFFF;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: How to change the poll box colors?

Post by middo2 August 20th 2011, 9:31 pm

Ok it looks better now thanks! But do you know how to center the "Total Votes: x"? It was centered before I used the code that you provided.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

In progress Re: How to change the poll box colors?

Post by Guest August 20th 2011, 9:35 pm

In the code you got this text-align: left; witch means you can change it Left Center and Right, Ex text-align: center; but that will also change that one that says ''This is a test Poll''
avatar
Guest
Guest


Back to top Go down

In progress Re: How to change the poll box colors?

Post by middo2 August 20th 2011, 9:41 pm

So you don't know how to just target the bottom text?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum