I am using the Latest Version of Shopify’s Free “Minimal” Theme (literally just installed it yesterday, April 15th, 2022).
I wanted to change the Link Hover Color of the Footer Links ONLY
So I put this code into the bottom of my “theme.scss.liquid” file, just like this:
/* adjust the hover colour for the footer and return link */
.site-footer a:hover{
color: #0000FF
}
It Appears to Have Worked Perfectly (and now my hover color for ONLY the footer Links is Blue, like I wanted).
However, is this STILL the Best Way to do the code?
I Found this Code Solution from a post on here that was 7 YEARS Old (but from a VERY good Shopify Expert).
So is this still the way to do it in my case?
Thanks.