Home › Forums › Pro Support › date text color › Reply To: date text color
November 25, 2016 at 1:41 am
#1100
Keymaster
This is a feature in the upcoming version.
For now you can use some CSS:
.wp-show-posts-meta a,
.wp-show-posts-meta a:visited {
color: #FFF;
}
.wp-show-posts-meta a:hover {
color: #DDD;
}
Hope this helps 🙂