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 1 Please give this a 👍 if it helps www.sevenstars.studiowww.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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment