Home › Forums › Basel support forum › Basel – Minimalist Theme Menu › Reply To: Basel – Minimalist Theme Menu
August 12, 2016 at 7:03 pm
#2684
Artem Temos
Keymaster
Blog issue with the date comes for posts that had featured image and now this image file is removed. So to fix it try to upload featured image for the post and then remove it while editing the post. Or if you don’t need date just hide it with this CSS code
.post-date {
display:none!important;
}
Regards