Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #67607
    photoframd
    Participant

    Is it possible to change the color of the entire gray bar of the breadcrumb? I have colored a few CSS based on previous posts but still have the ends gray

    #breadcrumb-list .wrapper {
    background-color: #cc0001;
    color: #cc0001;
    border-color: #cc0001;
    }
    #breadcrumb-list .breadcrumb-current {
    background-color: #ffffff;
    color: #333333;
    }
    #breadcrumb-list a {
    color: #a5b7fe;
    }
    #breadcrumb-list a:hover,
    #breadcrumb-list a:hover span {
    color: #ffffff;
    }
    #breadcrumb-list span { border-color: #cc0001; }

    #67613
    Sakin
    Keymaster

    @photoframd: Please post in your site URL and let me know which color you want to change and then I will send you custom css.

    #67617
    photoframd
    Participant

    You probably could have guessed 😉 http://www.photoframd.com

    #67618
    Sakin
    Keymaster

    @photoframd: nice… You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #breadcrumb-list { background-color: #ddd; }

    #67622
    photoframd
    Participant

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumb gray bar’ is closed to new replies.