Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118731
    Dylan Doskicz
    Participant

    Im trying to remove the post description and details from the front page and only show the Featured Image and Post Title. Is this possible?

    I’ve tried adding this code to the Custom CSS section:

    .archive .post-content p {
    display: none;
    }

    This removes the post description completely, from the front page and the individual post page. Is it possible to have it hidden only on the front page?

    http://www.djdosk.com/

    #118742
    tikaram
    Keymaster

    @dosk : The details and description can be removed using the custom css
    Please Go to Appearance => Customize => Additional Css and add the following css

    .home .site-main .archive-blog-wrapper .entry-container .entry-meta ,
    .home .site-main .archive-blog-wrapper .entry-container .entry-content{
    	display: none;}

    let me know if you need any further assistance.

    Regards,
    Tikaram

    #118743
    Dylan Doskicz
    Participant

    Yes, Tikaram! Thank you!

    #118747
    tikaram
    Keymaster

    @dosk : Welcome and have a Good day .

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Post Description From Front Page’ is closed to new replies.