Hide previuos and next post
- The topic ‘Hide previuos and next post’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
In my blog posts, at the end of them, it shows the “previous post” and the “next post”. I would like to hide this. How can I do it?
The blog I need help with is: (visible only to logged in users)
Hi there,
Thanks so much for using Maxwell.
You can hide the post navigation with this short CSS snippet:
.post-navigation {
display: none;
}
You can copy and insert the CSS code on Customize > CSS.
Cheers,
Thomas