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.

Poll Font Color Problems

2 posters

Go down

Poll Font Color Problems Empty Poll Font Color Problems

Post by Guest March 20th 2009, 3:15 am

Ok, I'm new to these forums, and I put a poll in my forum site. The color of the answers, however, is black, same as the background. How do I change the color of the font?
avatar
Guest
Guest


Back to top Go down

Poll Font Color Problems Empty Re: Poll Font Color Problems

Post by Guest March 20th 2009, 4:02 am

In phpBB3, add this to your CSS:

Code:
fieldset.polls dt {color: #FFFFFF;}
This will change the color to bright white. You can change the color to anything you want.
avatar
Guest
Guest


Back to top Go down

Poll Font Color Problems Empty Re: Poll Font Color Problems

Post by Kaboose May 4th 2009, 11:16 pm

is there a code for invision?

this doesn't seem to work for it.
avatar
Kaboose
New Member

Posts : 1
Reputation : 0
Language : English

Back to top Go down

Poll Font Color Problems Empty Re: Poll Font Color Problems

Post by mattsim82 June 23rd 2009, 11:38 pm

I figured out how to do this for Invision type boards. Find this in the Admin panel and add the following so it looks like this.

Code:

poll fieldset {
   margin: 1em;
   }

Edit it so it looks like the below. The setting below will make it white. You can edit to choose whatever color you want.

Code:

poll fieldset {
   margin: 1em;
        color: #ffffff;
   }
avatar
mattsim82
New Member

Posts : 1
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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