Remove post date,comment count and excerpt

I’ve been trying to get around this for a while now but i cant.

How do i remove the post date, comment count and excerpt in homepage?
Thanks in advance!

Hi,

Thanks for reaching out to us, could you send me your site url?

Best Regards,
Support

Site url:

http://turnupbaze.com

  1. I only want to display post thumbnail and post title without post date,comment count(‘leave a comment’ link) and excerpt.
    2.display post in a two columns on desktop but one column on mobile.
    Thanks alot for your help!
1. I only want to display post thumbnail and post title without post date,comment count(‘leave a comment’ link) and excerpt.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


body.blog article .entry-meta,
body.blog article .entry-content {
    display: none;
}
2.display post in a two columns on desktop but one column on mobile. Thanks alot for your help!

Please see the answer posted in your following topic.

https://colorlibsupport.com/t/help-posts-and-category-pages-with-2-columns/