How do I get rid of the next project links at the end of webpage

You can use this code to Custom CSS box to get rid of the next project links at the end of webpage in Squarespace.

section#itemPagination {
    display: none;
}

image