Reply To: How To Remove Post Date

Home Forums Main Forum Theme Suggestion Box How To Remove Post Date Reply To: How To Remove Post Date

#16650
Shekhar Bhandari
Participant

Hi Maheswaran,

Please use the following custom CSS to fix the problem.

.entry-date-box {
    display: none;
}

Thanks