Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #903590
Breadcrumbs text colour
Closed

Comments

  •  2
    miam00 started the conversation

    Hi there, is it possible to change breadcrumbs font colours, looked in theme options and page options but no sign of it?

    Thanks

  •  7,280
    Oliver replied

    Hi, 

    You can change breadcrumbs color in Custom CSS Settings. 

    Please use next css

    .breadcrumbs a{ color: #00bcd5; } // for item
    .breadcrumbs .current{ color: #adbcc3; border-bottom-color: #ff5154; } // for current icon
    .breadcrumbs .bc-devider:before{ color: #adbcc3; } // for divivder

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

    Regards, Oliver

  •  2
    miam00 replied

    Brilliant, thank you very much