Hide Featured image from single blog post
-
Hi there,
Please could you send through the correct CSS to hide a featured image on a single blog post?
Many thanks,
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.post-single-page.blog-design-default-alt .entry-thumbnail {
margin-bottom: 15px;
display: none;
}
Best Regards
Hi there,
Thank you, this seems to be creating a little spacing issue with the date and the blog title. See screenshot.
Any fixes?
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL I will try to move up the date or delete it with CSS.
Best Regards
Hi there,
Please find the link below.
Can you provide the CSS to hide the featured image?
Many thanks,
Hello,
Please replace the code with this one:
.blog-post-loop.post-single-page .entry-thumbnail {
display:none;
}
.blog-post-loop.post-single-page .entry-title {
display:inline-block;
margin-top:100px;
}
Best Regards
Hi there,
There still seems to be some spacing issues – can I also remove the date box from the title too with CSS?
Many thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .blog-design-default .post-date {
display:none;
}
Delete this code:
.blog-post-loop.post-single-page .entry-title {
display:inline-block;
margin-top:100px;
}
Best Regards