Viewing 1 replies (of 1 total)
  • Plugin Author Twentig

    (@twentig)

    Hi @leobeaufils,

    Thanks for your feedback. Indeed there should be a way to make the color of the Latest Posts date visible. What we can do is make the date inherit the text color of the group. We’ll add this fix in the next release. In the meantime, you can add the following CSS code inside Customizer > Additional CSS:

    .has-text-color .wp-block-latest-posts__post-date {
    	color: currentColor;
    }

    The date inside the green and purple groups should be visible.

    Have a nice day,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Change latest posts date color’ is closed to new replies.