Unable to change hover colour on footer menu links?

Hi all,

Hoping someone can help as I’ve seen this posted elsewhere on the forum but the solutions given do not work on my site. I believe the

My site is www.motomayhem.store

The issue I have is the colour of the links in the footer menu on hover. It’s a black background with white links but upon hover the colour changes to a very dark grey making the links very hard to see.

On hover I’d like the links to be the same colour as my sites menu buttons which is #A41916

Any help greatly appreciated!

Thanks,

Sean.

Hello @motomayhemstore ,
In your Store

Admin->Actions->Edit Code->Assets->theme.scss

and paste following code at the bottom.

#shopify-section-footer .site-footer a:hover {
    color: #A41916;
}

Perfect thank you, this worked when other solutions hadn’t :slightly_smiling_face:

Sean.