vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=264)
-   -   Changing the Sub-Navigation Text Color (https://vborg.vbsupport.ru/showthread.php?t=296572)

Bandit2568 03-27-2013 06:50 PM

Changing the Sub-Navigation Text Color
 
I can't seem to find where to change the text color for the sub navigation that appears under the main navigation bar when you are drilled down into a forum.

The text I am referring to is the text that looks like the below

Home > Forum > General discussion > ect.

Amaury 03-27-2013 08:46 PM

Edit the link_color and link_hover_color StyleVars.

Bandit2568 03-27-2013 09:58 PM

I do not have those specific StyleVars available. I have the body_link_color and the body_link_color_hover Stylevars and both of those are set with no impact on those navigation links.

CheeseMan316 03-28-2013 05:12 PM

Check in:
Styles & Template > Style Manager > {your style}

Then:
Header > header_subtabbar_*

Bandit2568 04-01-2013 06:51 PM

That covers the font in the bar directly below the navbar and not the smaller navigation text that is displayed below on pages within the forum. Still looking for a solution for this all over and no luck so far. I will post up something if I find it but keep the ideas coming :)

napy8gen 05-17-2013 01:50 AM

whay you are looking is breadcrumb.
currently there is no stylevars for it.

however you can overwrite it in styel manager> style name> edit templates> css templates> css_additional.css

paste inside:

Quote:

/*-- fix breadcrumb text color --*/
#breadcrumbs .crumb-link {
color: #fff!important;
}
change that white text color to your own color, that just to test if it is working.


All times are GMT. The time now is 02:42 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.00939 seconds
  • Memory Usage 1,718KB
  • 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_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