Breadcrumbs color

Hi,

I´ve been trying to change the breadcrumb color. I already found lots of posts about it, but even with instructions-it´s not working.

I switched to X-Theme-options and wrote

.x-breadcrumb-wrap {
background-color: #00537f;

}

Still no changes. How come?

Thanks
Anna

Hello Anna,

Thanks for asking. :slight_smile:

Please try out following CSS under X > Theme Options > CSS:

.x-breadcrumb-wrap {
    background-color: #ddd !important;
}

.x-breadcrumb-wrap a {
    color: #000 !important;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.