Hide date and "posted by" on blog archive and page
-
Hi,
I’d like to remove the date on the thumbnail / image of blog (in blog archive and post) as well as the “posted by” info.
How can I do it?
Thanks for your help
Best
PS: by the way your support is great, thank you for this useful service
Hello,
Use this code to hide all the data
.post-date,
.meta-post-categories,
.entry-meta,
.entry-thumbnail {
display:none!important;
}
Regards
Thanks, but your code actually hide the thumbnail image too.. I’d like to keep the thumbnail image on blog archive 😉
see the link attached.
Best
In this case replace it with this one
.post-date,
.meta-post-categories,
.entry-meta {
display:none!important;
}
Hi, many thanks for this new code. Unfortunately the thumbnail / image now comes on the title (in blog archive as well as in the post)… see screenshots…
Thanks for your help 🙂
and here with the screenshots!
Attachments:
You must be
logged in to view attached files.
One more quick fix 🙂
.blog-design-masonry .entry-thumbnail {
margin-bottom: 15px;
}
Hi, almost there 😉
It looks right on the blog archive but not on the blog post (no change there)… Do you think it would be possible to hide the main image on the blog post but that the main image still appears as thumbnail on the blog archive? That would be actually the best option for me..
if yes how? and if not what would be the code to have the main image placed correctly?
Thanks
Hi,
Ok, try to change that code with this one for both pages. There is no option to hide the main image on the blog post but that the main image still appears as thumbnail on the blog archive.
.entry-thumbnail {
margin-bottom: 15px!important;
}
That’s it! thanks 🙂
One more question, any way that the main image display full width on the blog post?
You just need to increase sizes of uploaded images and check what size is set in admin panel -> Settings -> Media.
Regards