November 27, 2019 at 10:27 am
#71424
Theme Horse Support Team
Keymaster
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!