Hi, how can I remove the previous post / next post options from the bottom of the blog post page? Is there a CSS code that I can add? Thanks!
Hi,
Please use this CSS snippet How to add custom code snippets - HivePress Help Center :
.post-template-default .post-navbar__start, .post-navbar__end {
display: none;
}
Please note that it can require further customization.
āI hope this is helpful to you.
1 Like
It worked. Thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.