vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Poll Text Color (https://vborg.vbsupport.ru/showthread.php?t=289081)

Vick98 10-15-2012 06:57 AM

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.

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:

HTML Code:

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

Code:

.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.


All times are GMT. The time now is 01:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00996 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete