Home › Forums › Lorina › Remove title & text preview from the “related posts” section under a post › Reply To: Remove title & text preview from the “related posts” section under a post
July 27, 2020 at 9:42 am
#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.