badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to delete post date and author on homepage?

#109258

Hi @turgay-gul,

To hide / just add the below custom CSS code:

.home .entry-meta > div:after {
    content: " ";
}

Thank you!