/* Remove the date on blog posts */
.elementor-post-info__item.elementor-post-info__item–date {
display: none !important;
}
/* Remove the “No Comments” text */
.elementor-post-info__item.elementor-post-info__item–comments {
display: none !important;
}