Home Forums Education Booster Pro Date on entries Reply To: Date on entries

#2158
keonthemes
Keymaster

Hello,

There is no default option for hiding date of the post item, but you can achieve that by Additional CSS code. Please refer below simple steps;

Go to Dashboard > Appearance > Customize > Additional CSS and paste the below code.

.block-grid .post-content .post-thumb-outer .post-detail {
display: none;
}

Note: it will hide from all blog posts.

Thanks and Best Regards!!!