Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cmj01 Friend
    #118531

    Hi,

    how would I (or Joomlart!) add an extra level to the breadcrumb trail on the Zibal template?

    For example, in main menu, my site has a level 1 – About Us and a level 2 – Charity.

    Currently when I’m down at the level – 2 Charity page, the breadcrumb trail shows Home -> About Us and I’d like it to show where the use is, as I’m using the transmenu e.g. Home –> About –> Charity

    Please see attached.

    http://www.bluefinsolutions.com/t1/t3.jpg

    Many thanks,

    Mike

    Hieu Nguyen Admin
    #213825

    Hi Mike,

    Just find this code in the css

    #ja-pathway {
    margin: 0;
    padding: 4px 15px;
    border-top: 1px solid #81ABC6;
    background: #4D84A7;
    color: #4D84A7;
    line-height: normal;
    }

    then change it to

    #ja-pathway {
    margin: 0;
    padding: 4px 15px;
    border-top: 1px solid #81ABC6;
    background: #4D84A7;
    color: #FFFFFF;
    line-height: normal;
    }

    cmj01 Friend
    #213857

    Thanks for quick reply. Works a treat.

    My version did have 2 colors in it already – not sure if this is a “feature”:

    #ja-pathway {
    margin: 0;
    padding: 4px 15px;
    border-top: 1px solid #81ABC6;
    background: #4D84A7;
    color: #FFFFFF;
    color: #4D84A7;
    line-height: normal;
    }

    Many thanks,

    Mike

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  cmj01 17 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum