Hi Xters,
Considering adding breadcrumbs to my website… I’m guessing the breadcrumb bar has inherited the transparency that was coded into the menu bar (so the header image is the only background element at the top of the page… which is good lol!)
3 Questions
- What is the global code to remove the shading at the top of the breadcrumb bar - so it’s not separated from the menu bar. I found the following code in another post:
.x-breadcrumb-wrap {
background-color: red
}
, and modified it to several variations, but none worked:
.x-breadcrumb-wrap {
border: none;
or / border-top: none; etc;
}
-
The homepage’s ‘house icon’ in the breadcrumb bar is too small to see… can word ‘HOME’ be added so it reads [house icon / HOME] (or [HOME] if just replacing the house icon is less of an issue?)
-
Is it possible to change the breadcrumb bar’s location so it appears right above the menu bar (with complete transparency so the surf & sand header background image is uninterrupted)… if so, how?
Thanks