Hide Squarespace Pagination

Pagination will appear in Blog, Events, Portfolio, Course,…

To hide Squarespace Pagination, you can use this code to Custom CSS box

section#itemPagination {
    display: none !important;
}

image

1 Like