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: Disable author/date/tag line in blog posts altogether

#42205

Hi Hendrik,

Please use below Custom CSS to hide the author/date/tag/comment line between title and text

.post .entry-meta {
    display: none;
}

Thank you!