Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261877

    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

    #262122

    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

    #275242

    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/

    #275245

    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

    #275256

    I love you

    #275260

    Hi!

    Glad we could help! :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog Meta Showing’ is closed to new replies.