Hi Shopify Community,
Does anyone know how to change the colour of footer links as you hover over the link?
For example my footer links are white but if I was to hover over a link such as ‘About’ I would like it to turn to purple 7898FF.
This would be a nice to have feature - no drama if no one knows.
Thanks!
G
1 Like
@kindredpeople
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @kindredpeople ,
Go to Assets > styles.css and paste this at the bottom of the file:
.section-footer__menu-block__menu a:hover,
.section-footer__menu-block__menu a:focus {
color: #7898FF !important;
}
Hope it helps!
Amazing!! How do you know all this! it worked thank you.
I was wondering if you could give the code that applies to all of the footer links including privacy policy, currency, newsletter.
Thank so much LitExtension!
Hi @kindredpeople ,
Please change ‘section-footer__menu-block__menu’ => ‘section-footer’
it will change all footer links