We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support date text color Reply To: date text color

#1100
Tom
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 🙂