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)
-   -   StyleVar help please (https://vborg.vbsupport.ru/showthread.php?t=256777)

OurCouponHome 01-08-2011 06:06 PM

StyleVar help please
 
On our site, the dropdown bar from the secondary navbar are on a white background? How do we change this background? For example, here on vbull.org, when you click on the "Help" dropdown, how do we get that light blue background?

KevinL 01-08-2011 06:32 PM

In your additional.css add:

.navtabs li.selected .popupbody li > a {
background-color: #xxxxxx;
}



xxxxxx = your color hex

You can also add:

color:#xxxxxx

and make the text any color you wish :)

OurCouponHome 01-09-2011 12:53 PM

Nope, that didn't work. It shows the color when you tab over the links but it is just white when you click on the arrow.

KevinL 01-09-2011 01:04 PM

Try:

.navtabs .popupbody li {
color: #000000;

}

OurCouponHome 01-09-2011 01:26 PM

Nope, that didn't work. The only other thing I can think of is that the text is white until you hover over it. IDK.

KevinL 01-09-2011 01:30 PM

That should change the text to black...before it is hovered over then...

Looks like you changed it to 999999?

what is it you are trying to accomplish?

OurCouponHome 01-09-2011 01:38 PM

No, it's 000000

KevinL 01-09-2011 01:39 PM

If you are looking to change the actual background..

.popupbody li > a, .popupbody li > label {
background: none repeat-x scroll center bottom #xxxxxx;
}

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

lol ...am I looking at a different site? It has now changed to all white again...

OurCouponHome 01-09-2011 01:43 PM

I want the background of the drop down boxes white but the text black.


All times are GMT. The time now is 01:28 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.01277 seconds
  • Memory Usage 1,714KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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