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

#71424

@jbedel,

To remove the author, the comments counter and the “leave a reply” section just login to your dashboard and go to Appearance -> Customize -> WP Portfolio Pro Theme Options -> Custom CSS and paste below custom CSS code. You can disable the “Leave a Reply” (comment) section via specific posts editor as well.

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

Thank you!