This topic has 6 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Robert Hall
Hi,
In Breadcrumbs texts were white. Now they are black. I don’t know, how it was changed.
Where can I choose colors for texts in Breadcrumbs?
pls fins the screen
https://www.dropbox.com/s/kaje10ee169q49o/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202016-07-20%2023.38.21.png?dl=0
Hello,
I’ve added this code in Theme Options->Custom CSS->Global Custom CSS. Please check.
.page-heading .title,
.page-heading .woocommerce-breadcrumb,
.page-heading .woocommerce-breadcrumb a,
.page-heading a {
color: #ffffff;
}
Regards,
Robert Hall
Thank you for code.
Slash is still black:
https://www.dropbox.com/s/hln4j68j2ee2u50/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202016-07-21%2000.10.12.png?dl=0
Before it was white without code.
Hello,
You can add this code in Theme Options -> Custom CSS -> Global Custom CSS:
.page-heading .woocommerce-breadcrumb span, .page-heading span {
color: white !important;
}
Regards,
Rose Tyler.
Thank you
Hello,
You’re welcome!
Regards,
Robert Hall
Tagged: breadcrumbs, change colors, how to, templates, texts, woocommerce, wordpress
The issue related to '‘How to change colors of texts in Breadcrumbs?’' has been successfully resolved, and the topic is now closed for further responses