The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Poll Text Color
How can I change the text color of a poll question? This is for a sideblock poll widget, if it makes a difference.
|
#2
|
||||
|
||||
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.
|
#3
|
|||
|
|||
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. |
#4
|
||||
|
||||
Try something like this in your additional.css template:
HTML Code:
a .pollquestionmain {color: #FF9900;} |
#5
|
|||
|
|||
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 Code:
.pollquestionmain { color: #CCC000 !important; display: inline-block; font-size: 13px; font-weight: bold; } |
#6
|
|||
|
|||
Thank you both very much. I appreciate the quick response and help. Adding the code to the additional.css template worked.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|