Hi There,
You can add this on Custom > Global CSS on Customizer.
.home .x-recent-posts .x-recent-posts-date {
display: none;
}
But before you add that, make sure you correct the last CSS rule you added. That seems to be incomplete (no closing bracket).
Hope it helps, Cheers!