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)
-   -   Changing navtab color and forum title color? (https://vborg.vbsupport.ru/showthread.php?t=307643)

SPEEDKILLZ 01-29-2014 05:40 AM

Changing navtab color and forum title color?
 
I am trying to change the color of my selected navtab color from blue to #2e2f39 i want to leave all other colors of it the same. I have looked thru the stylvar think it was navbabr tab_selected color but it did nothing i have also tried
Code:

#vbtab_forum a.navtab {
    background-color: #2e2f39;
    color: #FBCB3D
}
#vbtab_what's new a.navtab {
    background-color: #2e2f39;
    color: #FBCB3D
}
#vbtab_classifieds a.navtab {
    background-color: #2e2f39;
    color: #FBCB3D
}
#vbtab_garage a.navtab {
    background-color: #2e2f39;
    color: #FBCB3D
}
#vbtab_gearbanging media a.navtab {
    background-color: #2e2f39;
    color: #FBCB3D
}

with no luck any other suggestion?

I would also like to change the text color of the forum name and last post color to #2e2f39 but cannot seem to find it either.

Any help would be great. Thank you

Seven Skins 01-29-2014 09:45 AM

For the navtabs add this to additional.css template

.navtabs li.selected a.navtab {
background-color: #2e2f39 !important;
}

SPEEDKILLZ 01-29-2014 12:32 PM

Quote:

Originally Posted by Seven Skins (Post 2477685)
For the navtabs add this to additional.css template

.navtabs li.selected a.navtab {
background-color: #2e2f39 !important;
}


Thank you but that did not work either.

Seven Skins 01-29-2014 03:03 PM

Hmm

This is because you are not using transparent image for navtab background.
Change the color of this image according to your needs ... navtab_selected_bg.png

SPEEDKILLZ 01-29-2014 11:52 PM

Where Do I find this And How Do I Change?

Seven Skins 01-30-2014 10:18 AM

Location of the image is: http://gearbanging.com/digitalvb/mor...elected_bg.png

Edit it using photo editing software like "Photoshop"

Download the image ... edit it ... upload it ..

SPEEDKILLZ 01-30-2014 11:03 AM

Thank You, I Will Give It A Try


All times are GMT. The time now is 07:45 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.01802 seconds
  • Memory Usage 1,720KB
  • 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
  • (7)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