The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I format breadcrumb text?
I have a background image for my forums that is dark. The breadcrumb navigation that appears over thread textbox is dark text that does not contrast (it is for all intents and purposes invisible).
How do I format the breadcrumb text? (including the little "home" icon?) |
#2
|
|||
|
|||
That's a lot of color and contrast changes in the area the breadcrumbs display. Adjusting the font wieght or size would still give you trouble seeing it. I would suggest throwing a light filter behind it.
Download the filter I attached then park it somewhere in your ftp and note the path. I personally just toss it in an album and referance it from there. Makes Lynne chringe when I do that. But for testing you may want to do that first. Then if it works like you want park it in the ftp and change the path. Ok open your addisional css and add this > Code:
.breadcrumb > ul { background: url(path/to/your/filter/image); } I went ahead a uploaded 2 filters in white. One at 50% and the other at 75%. RobbieZ made some colored filters for me and those can be found here > https://vborg.vbsupport.ru/showthread.php?t=268506 |
#3
|
|||
|
|||
Thanks seti - I'll give it a spin It's always a good thing to make Lynne cringe
|
#4
|
||||
|
||||
Hey, I heard that!!!
|
#5
|
|||
|
|||
Quote:
--------------- Added [DATE]1322335165[/DATE] at [TIME]1322335165[/TIME] --------------- For what it's worth, here's what I ended up doing: Code:
.breadcrumb > ul {background: width:400px; height:20px; background-color:#ffffff; opacity:0.7; filter:alpha(opacity=70); /* For IE8 and earlier */;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|