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 #1083301
Breadcrumbs text colour
Closed

Comments

  •  2
    langpj started the conversation

    Hi,

    How can I change the colour of the Breadcrumbs text?

    Thanks!

  •  6,933
    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