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)
-   -   Breadcrumbs Color (https://vborg.vbsupport.ru/showthread.php?t=313115)

Denethor 07-21-2014 05:57 AM

Breadcrumbs Color
 
1 Attachment(s)
After doing a bit of digging and searching, I have unsuccessfully been able to change the color of my breadcrumbs on my forum. I am running VB 4.2.2 and using a converted style from VB 3. This is the only thing that I have not been able to manipulate. The current color of my breadcrumbs is white, but they do not show up on a white background, obviously. The attached pictures should clear up any confusion.

Thanks

Attachment 149813

Attachment 149814

WEBDosser 07-21-2014 06:34 AM

Under global use body text color in style variables

Denethor 07-21-2014 07:25 AM

That allowed me to change the color of the body text, but not the color of the welcome message. Changing the color also changed the color of the rest of the body text, but I do not want to change it. Is there another setting, or a CSS work around?

Dave 07-21-2014 08:18 AM

The following should work if you add it to additional.css template.

HTML Code:

.breadcrumb .navbit>a, .breadcrumb .lastnavbit>span{
  color: #fff !important;
}


WEBDosser 07-21-2014 08:28 AM

you could edit the phrase for the welcome message and wrap it with

Code:

<font color="red">----</font>

Denethor 07-21-2014 09:23 AM

1 Attachment(s)
Dave, thank you for the CSS code, it worked like a charm.

Dosser, the welcome message looks like I want it. However, I still have an issue: There is still text in the field that does not change colors and I do not know where the code for this text is held. This includes the results for posts on a page next to the "Page x of x" buttons within threads. See attachments for clarification.

Thanks

Attachment 149815

Attachment 149816

Denethor 07-21-2014 12:44 PM

After poking around, I found it in the page title vars.

Thanks for all the help, everyone!


All times are GMT. The time now is 01:12 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.00989 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_code_printable
  • (1)bbcode_html_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