How to change the background color of the breadcrumbs navigation

Hello

I am looking to change the background color of the breadcrumbs navigation, from grey to white. (See attached image)

does anyone know how to do this? Here is a link to my site: https://t7juv4lhlghy1mw5-11985066.shopifypreview.com

Thanks

-MM

1 Like

@mattpermute

Please add the following code at the bottom of your assets/theme.scss.liquid file.

nav.breadcrumbs{ background: #fff !important; }

Hope this works.

Thanks!