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 certain info from blog posts

#71477

Hello Jbedel,

To remove category and the date just replace previous above custom CSS code with the below one:

.site-main .entry-header .entry-meta,
.comments-area .comment-respond {
    display: none;
}

Thank you!