How to hide pagination on blog posts - next and previous Squarespace 7.1
Video Tutorial
Code
Hide everything:
.item-pagination-link{display: none}
Hide the text, but leave the arrows/chevrons:
.pagination-title-wrapper {display: none}
Hide the arrows/chevrons, leave the text:
.item-pagination-icon{display: none}
Hide only the left link and text:
.item-pagination-link--prev {display: none}
Hide only the right link and text:
.item-pagination-link--next{display: none}