Home Forums Lorina Remove title & text preview from the “related posts” section under a post

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11640
    kristincali
    Participant

    When viewing a single blog post page, underneath the post itself you see a related posts section. Is it possible to remove the title and text preview from the related posts? I only want the feature image to show.

    #11648
    Andy
    Keymaster

    Copy this code to Additional CSS, and only the image of the related posts will display

    .related-posts .entry-header,
    .related-posts .entry-content {
        display: none;
    }

    please be aware that any posts that do not have a featured image will be an empty space.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove title & text preview from the “related posts” section under a post’ is closed to new replies.