• Resolved aureliuscp

    (@aureliuscp)


    Hi, how do I remove everything from the post previews except for the photo and title? I no longer need the author, date, category, summary, and avatar shown on the previews for the posts. I really do not want to have to change to another theme.

    • This topic was modified 7 years, 6 months ago by aureliuscp.
Viewing 1 replies (of 1 total)
  • Hello there,

    To remove author, date, category, summary
    please go to Appearance > customize > AdditionalCSS
    and paste below code

    
    .post-meta .byline, 
    .post-meta .comments-link,
    .post-meta .posted-on,
    .post-meta .post-cat{
    display:none;
    }
    
    .entry-summary{
    display:none
    }
    

    Hope this helps.

    Best Regards,
    Harshvardhan

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove elements from post preview’ is closed to new replies.