/*This takes out the div.nav-links for any page that isn't a single (so that my nav shows in the "loop" of the posts page and the search page without the default nav, but the other "nav" - e.g., "Previous <-[Post Title]" and "Next [Post Title] ->" DOES show on single posts.  It's an action registered and enqueueed in functions.php...
*/

div.nav-links {
display:none !important;
}

nav.navigation.pagination {
display:none !important;
}
