The featured photos are disappearing from single blog post
-
Hello
When I am adding the code below to remove the author and comment mark the featured photos are disappearing from the single post
.post-single-page.has-post-thumbnail .article-inner>.entry-header {
display:none;
}
body .wd-entry-meta .meta-author {
display:none;
}
body .wd-entry-meta .meta-reply {
display:none;
}
Hello,
Please try this one code for hiding comments and author:
.blog-post-loop .wd-entry-meta .meta-author,
.blog-post-loop .wd-entry-meta .meta-reply {
display: none;
}
You can flood us with any amount of questions you have.
Kind Regards
It has hidden comments and author everywhere else, but the author still stays under the post title.
Ok, I got you, the below code will help you to hide it on the single post page as well. Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.single-post .wd-entry-meta {
display: none;
}
Kind Regards
You are welcome!
If there’s anything you need, please write me or another member of our help desk team.
We’re here for you!
Kind Regards
The topic ‘The featured photos are disappearing from single blog post’ is closed to new replies.