http://www.motherhoodincorporated.ca/ma/blog/
i don’t want the author/date/category showing up on this blog display. I’ve gone to the settings and unchecked them but they still show up. they don’t show up on the blog detail page which i also want so that part is good
Hey Enmodeaffaires!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css to remove the post meta infos:
span.post-meta-infos {
display: none;
}
Cheers!
Ismael
I am also looking to remove the meta info on the post on homepage only. I have been experimenting with the CSS but it is not working.
http://www.hatchnola.com/home/
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-2420 .slide-meta {
display: none!important;
}
Best regards,
Yigit
I love you