- This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Related Section in Posts Page’ is closed to new replies.
Home › Forums › Lorina Pro › Related Section in Posts Page
Hello,
Can I remove the “related” section from the blog posts?
Thanks!
Copy this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
.related-posts {
display: none;
}
This will prevent the related posts being displayed.
I’ll see if we can add an option to completely remove this section in the next theme update.
Thanks, that worked!