View Full Version : Poll Text Color
Vick98
10-15-2012, 06:57 AM
How can I change the text color of a poll question? This is for a sideblock poll widget, if it makes a difference.
Lynne
10-15-2012, 02:39 PM
Probably need to write some CSS to do so. In order for us to help with that, we would need a link to see this.
Vick98
10-15-2012, 09:13 PM
Thank you for the quick reply, Lynne. The link to my forum is http://www.soullessknights.com/forum.php
The poll widget is on the right side. The question text is dark and hard to read. I thank you for your help.
Lynne
10-15-2012, 09:34 PM
Try something like this in your additional.css template:
a .pollquestionmain {color: #FF9900;}
John Lester
10-15-2012, 09:37 PM
Add the code below to addiontal.css ... change the 6 digits after the # to whatever suits you best.
ACP -> Styles & templates -> style manager -> your style here -> edit templates -> CSS templates -> addtional.css
.pollquestionmain {
color: #CCC000 !important;
display: inline-block;
font-size: 13px;
font-weight: bold;
}
Vick98
10-15-2012, 09:43 PM
Thank you both very much. I appreciate the quick response and help. Adding the code to the additional.css template worked.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.