Breadcrumbs text colour change

Hi,
I would like to change the colour for my breadcrumbs text. I have installed the plugin Breadcrumb NavXT, to my website but the breadcrumb text on my website shows up as green and I would like to change to suit my colour scheme.
Thanks

Hi @paper3events,
I hope you’re doing well.

This can be done with the help of some Custom CSS.
Kindly provide me with a URL to a page with this along with the color you’d like to change it to so that I may be able to write up some CSS that should work seamlessly for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support.

Thank you for your reply.
My URL to one of the pages where it shows the green text breadcrumb is :
http://www.paper3events.com.au/advertise-with-us/
The colour I would like is a grey colour : #757575

Kind Regards
Maria

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the breadcrumbs color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Breadcrumb color*/

.breadcrumb ul li.current_item {
    color: #757575;
}

Best Regards,
Support