Tagged: Blog
Hi there. Can’t quite find the answer to this question on the forum.
We’ve removed the date/author etc. from the single blog post using what you suggested [.post-meta-infos { display: none; }]
But we’re still seeing the date on each post on the blog “home” page – the page showing all the posts with a short intro. Could you please advice as to how we can remove the date here, too?
Many thanks
Hey rpl_admin!
Thank you for using Enfold.
What is the Blog Style that you’re currently using for the home page? Please post the url here. We would like to check it.
Regards,
Ismael
Hi!
Please add following code to Quick CSS
.slide-meta {
display: none!important;
}
Best regards,
Yigit
Excellent Yigit!
Many thanks.