Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #212467

    I would like to remove all the meta from beneath the title in the blog content element except for the date. I have searched and cannot find any reference to this in the documentation or forums.

    So keep: January 20, 2014
    and lose: /0 Comments/category, category /author

    Thanks for anything you can do.

    #212539

    Hey spatton!

    You can add this on Quick CSS:

    .post-meta-infos span {
    display: none;
    }

    Regards,
    Ismael

    #212778

    Thank you once again Ismael. Now if I could get the preview image to vanish from the top of the blog component, i’d be in business.

    #212780

    Hey!

    Can you post the link to your website so we can take a look what kind of blog layout you are using?

    Best regards,
    Yigit

    #212784
    This reply has been marked as private.
    #212788

    Hi!

    You can use following code in Quick CSS to remove it

    #top .fullsize .template-blog .blog-meta { display: none; }

    Cheers!
    Yigit

    #212789

    Thanks Yigit!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove everything but the date in Portfolio Items shown in the blog…’ is closed to new replies.