To change Events Page Next/previous Text + Arrow color on Hover.
You can use this code to Custom CSS box
section.item-pagination[data-collection-type^="events"] a.item-pagination-link:hover {
h2 {
color: #f1f !important;
}
svg {
stroke: #f1f !important;
}
}
Result