How can I make featured collections have border colors and highlighted on hover Shopify Dawn Theme?

Here’s a reference: https://streamable.com/2dnw24

Hi @maers , can you share your store url?

Hi @maers

You can try to use this code

.card.card--standard.card--media:hover .card__inner {
    border: 3px solid #721ed9;
}
.card.card--standard.card--media .card__inner {
    border: 3px solid #451bbf;
    transition: border .25s ease;
}

Custom color of border with your.