Remove Previous and Next Post Nav Bar At Bottom of Pages and Posts
Hello, I am wondering how to remove the Previous Post and Next Post Navigation bar at the bottom of pages and posts. I have tried solutions from other Catch themes like this custom CSS, but it has had no effect.
Example CSS:
#nav-single { display: none; }
and
.single #nav-below { display: none; }
Thank you.