Is there a way to remove the dates from all posts ? Thanks.
Hey bibbitybop!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.date-container, .text-sep-date {
display: none!important;
}
and if that does not help, please post the link to your blog
Cheers!
Yigit
Thanks, but unfortunately that didn’t work. Two areas where there are posts;
http://appwarelabs.com/noconet/ (using Blog Posts widget)
http://appwarelabs.com/noconet/success-stories/ (using Masonry widget)
Correction. That code does work by removing the date from the blog posts. The date still shows up under the Masonry Widget.
Is there also a way to remove the meta info such as; ” 0 Comments / In News / by admin ”
I’m trying to remove info like; ” April 27 / 0 Comments / In News / by Admin ”
Thanks !
Hi,
Try the following as well:
.av-masonry-date {
display:none !important;
}
Best regards,
Rikard
Thanks , that worked !
Is there any way to hide the “0 Comments” under the blog posts ? I’m not allowing comments so I would like to remove that part.
Thanks
Hey!
Please add following code to Quick CSS as well
span.comment-container, .text-sep-comment {
display: none;
}
Best regards,
Yigit
Excellent. Works great. Thanks.