To hide the post navigation on single post pages, add the following to your custom CSS.
.single .nav-links { display: none; }
To hide the post navigation on single post pages, add the following to your custom CSS.
.single .nav-links { display: none; }