Previous post and next post
- The topic ‘Previous post and next post’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Is it possible to remove ” previous post” and “next post” after each post?
A +
The blog I need help with is: (visible only to logged in users)
Hi Andre,
you can remove it by adding this:
a.more-link,
.customwidget .more-link {
display: none;
}
All the best,
Ana
It does not work.
Hi Andre,
ah my fault, sorry. We wrote the whole time about the more link and somehow i thought on this.
This is the code that will help you:
nav.navigation.post-navigation {
display: none;
}
All the best,
Ana
Hi Ana,
You are forgiven. It works for the code you suggested.
Thank you!
Thanks, you are welcome :)