Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #83068
    TripleY
    Member

    Hi,

    I managed to change the colour of my breadcrumb list the way I want it, using the code below. The only thing that I cannot seem to change is the colour of the separator. Do you have any code to help me with that?

    An example on the following page: http://yaisanio.com/yoga-here-there/prices/

    #breadcrumb-list .breadcrumb-current {
    background-color: #FFF;
    color: #ea7600;
    }

    #breadcrumb-list span { border-color: #FFF; }

    #breadcrumb-list a:hover,
    #breadcrumb-list a:hover span {
    color: #795e99;
    }

    #breadcrumb-list a {
    color: #795e99;
    }

    #83071
    Mahesh
    Participant

    Hi @TripleY,

    For changing color of the seperator, please use the following CSS.

    #breadcrumb-list a span.sep {
        color: #ff0000;
    }

    Regards,
    Mahesh

    #83086
    TripleY
    Member

    Perfect, thank you so much Mahesh!

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