MyBB Community Forums

Full Version: How to change the current forum navigation style ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In mybb we have default style like this
MyBB Community Forums / MyBB 1.6 Forums / MyBB 1.6 General Support / New Thread

But how to make it something differnt where we can add image for MyBB Community Forums and in place of / we can put this whole in small pieces of blocks ?
Is it possible, because i saw this on a few sites.
Yaldaram, the download link that is given on the page is not working buddy Sad
Thank you very much brother, i love YD Smile
Also i want to know that the color of the style s white, can't it be black ?
It can be changed to another color, you've to edit its css.
Edit Css
change the color from #FFFFFF to #000000
I am using this option but there is no option to change the color to white
body {
     font: 14px Arial,Helvetica,sans-serif;
}

#breadcrumb {
     background-image: url("images/bc_bg.gif");
     background-repeat: repeat-x;
     border: 1px solid #CACACA;
     color: #888888;
     font: 11px/30px Arial,Helvetica,sans-serif;
     height: 30px;
     margin: 0px;
     overflow: hidden;
     padding: 0px;
     width: 100%;
}

#breadcrumb li {
     display: inline-block;
     float: left;
     list-style-type: none;
     padding-left: 10px;
}

#breadcrumb a {
     background-image: url("images/bc_separator.gif");
     background-position: right center;
     background-repeat: no-repeat;
     color: #333333;
     display: inline-block;
     outline: medium none;
     padding-right: 15px;
     text-decoration: none;
}

.home {
     border: medium none;
     margin: 7px 0px;
}

#breadcrumb a:hover {
     color: #35ACC5;
}
bc_separator.gif
That's the thing I guess remove it.
Still looking for response on this.
I don't want to do it by removing the iamge.