Tagged: Blog, meta, portfolio items
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.
Hey spatton!
You can add this on Quick CSS:
.post-meta-infos span {
display: none;
}
Regards,
Ismael
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.
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
Hi!
You can use following code in Quick CSS to remove it
#top .fullsize .template-blog .blog-meta { display: none; }
Cheers!
Yigit
Thanks Yigit!