badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Removing the date and author from homepage post thumbnails

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #63672
    sanderedk
    Participant

    Hey,

    I was wondering how I can remove the author and date from the thumbnails on the homepage. I still want it to show on the posts itself but not on the thumbnail on the homepage. I only want to show my title there.

    Thanks.

    Sincerely,

    Sander

    #63782

    Hi @sanderedk,

    Please paste the below custom CSS code in Appearance > Customize > Additional CSS to hide the author and date from the thumbnails on the homepage.

    .home .post-block .entry-meta:not(.category-meta) {
    	display: none;
    }
    .home .post-block .entry-title,
    .home .featured-section .single-featured-post .post-block .entry-header .entry-title{
    	margin-bottom: 10px;
    }

    Thanks

    #73776
    Arjun Raut
    Participant

    Hi Support team,
    how to remove date from all thumbnails ?

    #73815

    Hi @arjun-raut,

    To remove the date of every post please go to ‘Appearance > Customize > Additional CSS’ and past the below code.

    .entry-meta .date {
    	display: none;
    }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.