- This topic has 3 replies, 2 voices, and was last updated 3 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hello,
I have set up the home page as the blog. As you scroll down, it lists “you may also like” and it repeats itself *8 times*! How you set it up to suggest other posts only once?! https://browndogcoffee.com/
Hi Nina,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.blog-grid .related-posts {
display: none;
}
.blog-grid li:last-child .related-posts {
display: block;
}
Kind Regards
This seems to have resolved the issue. Thank you.
Feel free to contact us at any time, we are more than happy to help.
Kind Regards