There's no longer an option in ClassiPress to hide the stats, you'll need to do it in CSS

Appearance - Customize - Additional CSS



p.item-meta span:last-child {
display: none;
}