Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1127868
Change breadcumb colour
Closed

Comments

  •  2
    michele started the conversation

    Hello, how do i change breadcumb colour?


    Thank you

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .breadcrumbs .current {   
        color: #e7ff89;
        border-bottom: 3px solid #e7ff89;
    }
    body .bc-devider:before {
        color: #fff;
    }
    body.breadcrumbs a {
        color: #fff;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    michele replied

    Almost done :P

    With the code i edited succesfully the "green" colour but cannot edit the white text.


    Thank you

  •  7,092
    Oliver replied

    HI!

    Default color set your color instead #fff

    body.breadcrumbs a {
        color: #fff;
    }
    body .bc-devider:before {
        color: #fff;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    michele replied

    i've done it, now i have #000 but the breadcumb is not black :mumble:

  •  7,092
    Oliver replied

    Pls. set space before the dot

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    michele replied

    Still white...damn :(

  •  2
    michele replied

    sorry it was the cache! i deleted it and now is working!


    thank you!