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
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
can you please provide screenshot
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.