I’m a newbie, running WP 4.3.1 with Graphene 1.9.4.1 with a child theme for some formatting.
I would like to change the default color of the breadcrumbs from gray to something else
Seems like I could do this with the Breadcrumbs NavXT plugin, but we are on older PHP that doesn’t work with 5.2.2 and I am not in control of forcing an upgrade. Tried downloading/installing the 5.1.1 breadcrumbs navxt which appears? to work with the older PHP but there were a lot of things that told me to upgrade to 5.2.2. End result, I am not running the plugin.
I’ve had decent success changing other formatting via the child style.css but cannot figure this one out.
I find this is the CSS which seems like it might be the spot…
/* Breadcrumb NavXT */
.breadcrumb-navxt {
margin-bottom: 10px;
font-size: 12px;
}
.breadcrumb-navxt a {
font-weight: normal;
}
but despite adding color and important. (color: #FFFFFF !important;).I can’t get the color of the breadcrumb to change.
Also tried it with .breadcrumbs
Is there a solution for this with my current setup?
Thanks in advance,
Dawn