emRSD Posted March 28, 2022 Share Posted March 28, 2022 Site URL: https://redstormdesign.squarespace.com/ Hi there, I'm stuck on getting the hover to change the link colour in the footer. Could someone please help me with this? I've tried a number of codes but nothing works. Link to comment
Solution Jia Posted March 29, 2022 Solution Share Posted March 29, 2022 8 hours ago, emRSD said: Site URL: https://redstormdesign.squarespace.com/ Hi there, I'm stuck on getting the hover to change the link colour in the footer. Could someone please help me with this? I've tried a number of codes but nothing works. Hi, try adding this to custom css. Just change 'red' to your preferred colour or hex code. section[data-section-id="61b683e3ec1414216645742b"] span.sqsrte-text-color--black:hover { color:red; } If you want to change the colour of the underline as well, add this code: section[data-section-id="61b683e3ec1414216645742b"] a:hover { color:red !important; } Let me know how it goes 🙂 emRSD and Harry4893 2 Please give this a 👍 if it helps. Make sure to quote me or tag me in your reply, otherwise I won't be notified. www.sevenstars.studio www.instagram.com/sevenstars.studio Link to comment
emRSD Posted March 30, 2022 Author Share Posted March 30, 2022 Hi Jia! It works!! Thank you so much! I have spent literally hours trying to get this to work. This has made me so happy 🙂 Thanks again. Jia 1 Link to comment
kO_analog Posted March 9 Share Posted March 9 Just located this thread - the code you offered is not working on my site (as of spring 2024). Is there updated code you know of to achieve the same hover effect for links in my site footer? Thank you! Link to comment
tuanphan Posted March 13 Share Posted March 13 On 3/9/2024 at 11:27 AM, kO_analog said: Just located this thread - the code you offered is not working on my site (as of spring 2024). Is there updated code you know of to achieve the same hover effect for links in my site footer? Thank you! Use this code, if it doesn't work, you can share site url, I can check easier footer.sections a:hover, footer.sections a:hover * { color: #f1f !important; } Harry4893 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment