vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   NEED HELP! 2 color change issues with my forum! (https://vborg.vbsupport.ru/showthread.php?t=272889)

twiskus 10-27-2011 02:46 AM

NEED HELP! 2 color change issues with my forum!
 
I have my forum about where I want it for color, but for some reason, I can't figure out how to change the color of the POST NEW THREAD button...can't find which one it is in styler manager.

Also, I can't seem to figure out how to change the HELP and the REGISTER button colors. Before you log in, both boxes for those are black, then when you hover the words HELP and REGISTER are white. I just want the wording to be black with a white background and no change when hovering.

Any help appreciated!

Trev

--------------- Added [DATE]1319687678[/DATE] at [TIME]1319687678[/TIME] ---------------

Okay, I fixed the first issue of the post new thread...need help with the 2nd issue still...

Trev

HMBeaty 10-27-2011 02:56 AM

StyleVars > control_background (most of the control_xxxxx are in the "Common" StyleVar group)

twiskus 10-27-2011 03:00 AM

Quote:

Originally Posted by HMBeaty (Post 2261908)
StyleVars > control_background (most of the control_xxxxx are in the "Common" StyleVar group)

I got that one fixed thanks to your advice...could you help with the 2nd issue I have with the help/register buttons when not logged in? Thanks!

Trev

HMBeaty 10-27-2011 03:11 AM

Is this problem on the default vBulletin style as well?

To create the default vBulletin style, create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save

twiskus 10-27-2011 03:16 AM

I did what you said. On my style, the help and register tabs are black when logged out. When you hover over either of those tabs, the words HELP and REGISTER become white. On the new style I created, the words HELP and REGISTER are white, so when logged out, you can see the words...however, when logged in, you can't read the majority of the top bar words because they are white and so is the background...

--------------- Added [DATE]1319689056[/DATE] at [TIME]1319689056[/TIME] ---------------

www.the911forums.com

Please check it out and see what I am saying

HMBeaty 10-27-2011 03:22 AM

Add this to your additional.css
Code:

.toplinks ul.nouser li a {
    background: #FFFFFF;
}



All times are GMT. The time now is 02:43 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.01018 seconds
  • Memory Usage 1,721KB
  • 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_quote_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