How to remove previous/next navigation on posts?
-
How do I remove the previous/next navigation from the bottom of my posts?
I’m using the Twenty Fifteen theme and it’s all up-to-date. Customization for the blog appearance is not an option with this theme. I need to add CSS.
I’ve tried:
.adjacent-entry-pagination.pagination {
display: none;
}
.related-posts {
border-bottom: none;
}AND
.post-navigation {
display: none;
}AND
.post-meta-bottom { display: none !important; }
Those three don’t work with my site. Any suggestions from the forum? Many thanks.
The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘How to remove previous/next navigation on posts?’ is closed to new replies.