Hello,
You need to add the following code to the style.css file from the child theme folder of the theme:
COPY CODE
.breadcrumb>li+li:before
{
color: #xxx !important;
}
.breadcrumb li span
{
color: #xxx !important;
}
div.post-content .post-header .post-meta,
div.post-content .post-footer,
div.post-content .post-header .post-meta small a,
div.post-content .post-footer small a,
div.post-content .post-footer small a span
{
color: #xxx !important;
}
where #xxx should be replaced with the color code you want.
Thank you,
Catalin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution