To limit number of past events on Event Page, you can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
/* Past events */
.eventlist.eventlist--past>article:nth-child(n+11) {
display: none !important;
}
This code will hide Past Events: item 10, 11, 12, 13….