Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48973
    Zia
    Participant

    I am using ‘Breadcrumb NavXT’ plugin and it works perfectly. I only need to change the color of the border of the breadcrumb to something that goes with my site background. By default, ‘Breadcrumb NavXT’ uses the ‘Catch Kathmandu Pro’ default background color which is #21759B (some kind of blue) which I have changed.

    #49000
    Sakin
    Keymaster

    @Zia: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .breadcrumb ul li a {
        background-color: #84927d;
        color: #fff;
    }
    .breadcrumb ul li {
        border-color: #3f532b;
    }
    .breadcrumb ul li a:hover, 
    .breadcrumb ul li.current_item {
        background-color: #3f532b;
    }
    .breadcrumb ul li.current_item a {
        background-color: #3f532b;
    }
    #49003
    Zia
    Participant

    Hi Sakin,
    Your suggested code worked perfectly. Thank you very much for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘‘Breadcrumb NavXT’ border color’ is closed to new replies.