How to change link hover color of products dawn theme

I would like to change the color of the links to the products when you hover over and click on them to #F75620

Here is the site: https://art-from-kabushka-ngemba.myshopify.com/collections/clothing

Password is: shiayo

@julian-dadang ,

can you please provide screenshot

So for example I hovered over ‘Men’s T-shirts’ so I would like that color to be changed.

@julian-dadang ,

Please add this CSS at the bottom of your css file

a.full-unstyled-link:hover {
    color: #F75620;
}

Thank You!

Perfect thank you for this it worked great.