Hi there,
Is there any way to turn off the dates of a post showing up in the post previews?
I unticked the Post date display under the Blog Meta Elements section but the dates still show up when you view them in preview via search masonry or blog post feeds.
Cheers,
Krissie
Hey Krissie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.date-container {
display: none;
}
Regards,
Yigit
It doesn’t work.. :(
Hey!
Can you post the link to your page where we can see the dates you would like to remove?
Cheers!
Yigit
The site isn’t live.
You can login and the dates show everywhere!
Any Masonry feed.
Check out this page as example:
http://mybiz-canterbury.co.uk/growmybiz/
Hey!
Please add following code to Quick CSS instead
.av-masonry-date {
display: none !important;
}
Best regards,
Yigit
Great! Yup that’s worked! :)
Thanks Yigit!