(Squarespace) Change Event Pagination arrows size

To change Event Pagination arrow size, you can use these CSS codes.

#1. All Events

You can use this CSS code

section#itemPagination svg {
    width: 30px;
    height: 50px;
}

#2. Specific Event

First, find Event Page ID.

In my example, it is: #item-67b838a48c2039685c8e474d

You can use this CSS code

#item-67b838a48c2039685c8e474d {
section#itemPagination svg {
    width: 30px;
    height: 50px;
}
}

1 Like

@tuanphan,

:heart_suit: :heart_suit: :heart_suit: