Hello,
I am trying to swtich color from the timeline view from the blog layout. the dates are in white, on a white background. I tried to switch the css everyway possible but changes dont appear
here is the css :
/* Timeline color */
.meta-post-timeline {
color: #000;
}
.timeline-content {
color: #000;
}
.time-day {
color: #000;
}
.time-mon {
color: #000;
}