Change the colour of breadcrumbs
Can you show me where i can change the colour of the breadcrumbs?
I tried putting this CSS in child theme editor:
ul.breadcrumbs.woocommerce-breadcrumb {color: #FFFFF1!important;}
But it did not seem to work.
Comments
#Subheader ul.breadcrumbs li a:hover { color: #fce531; text-decoration: none; }
Thank you!