(Squarespace) How to remove next/previous arrows on event detail page

To remove Next/Previous arrows on Event Detail Page.

You can use this code to Custom CSS.
If it doesn’t work, you can email or message me.

section.item-pagination[data-collection-type^="events"] {
    display: none;
}