Suits Theme: Removing next/orevious posts from bottom of posts
-
I’m building a blog using the Suits theme. At the bottom of each blog post, there are links where you can click to go to the next or previous post, which are just displayed as the titles of those posts. Is there any way to remove these links from my posts with some custom CSS?
-
I was able to figure this out on my own, but for other users who might run into similar issues, here is what I added to the CSS:
.nav-previous { display: none; } .nav-next { display: none; }
- The topic ‘Suits Theme: Removing next/orevious posts from bottom of posts’ is closed to new replies.