How can I change the border color on hover in COLLECTION LIST cards?

Hi everyone!
How can I change the border color on hover in COLLECTION LIST cards?

Hi @Surru_Tomar, you can set the Collection List to Hover state and change the border.

Screenshot 2023-01-11 at 20.33.58

suppose I have 6 items in my collection and I want a different color on each one on hover.
@dennyhartanto

Custom CSS is the only way to do that.
Read up on the :nth-child() pseudoselector.