Hi JoomlArt,
I just migrated my JA Norite site from J1.5.26 to J2.5.11 and am using the 2.5 version of JA Norite using the White theme. The breadcrumb styling appears to have changed from the 1.5.x styling.
Previously, the breadcrumb path was within a shaded box which stretched across the entire width of the page. But now there is no shaded box enclosing the breadcrumb.
How do I get it back?
Is this the code?:
.ja-navhelper .inner
{
background-image: url("../../images/white/grad-bg.gif");
background-color: #e5e5e5
border-top-width: 1px;
border-right-width-value: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-top-style: solid;
border-right-style-value: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-top-color: #ffffff
border-right-color-value: #ffffff
border-bottom-color: #ffffff
border-left-color-value: #ffffff
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
}
If so, how do I use it?
Thanks in advance for your help.
Railer