How can I remove/hide prev and next post links from bottom of the single post?
Hi Lindaspiller,
Add below custom CSS to hide the prev/next post links from the bottom of the single post.
.single-post .nav-links { display: none; }
Thank you!