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: Remove Author and Date Tag from Posts (NOT ALL META)

#96290

Hi Peter,

To remove author and date tag from the posts just go to Appearance > Customize > Additional CSS and paste below custom CSS:

.entry-meta .by-author,
.entry-meta .date {
    display: none;
}

Thank you!