Barbi Posted September 7 Share Posted September 7 Site URL: https://porpoise-rhino-pspb.squarespace.com/ hello, I would like to have an underline animation on the footer links, instead of a only color animation, Is this possible? Website: https://porpoise-rhino-pspb.squarespace.com/ password:1234 Thank you! Link to comment
Solution Spark-Plugin Posted September 9 Solution Share Posted September 9 (edited) Hey there! Sure it is possible! Please follow these steps: Navigate to Pages > Website Tools > Custom CSS. Paste the following code into the CSS editor. Important Notes: Replace #ff5733 with the hex code of the color you want for the underline. You can also use color names, RGB, or HSL values if preferred. /* Underline with a specific color on hover */ footer.sections .html-block a:hover { text-decoration: underline; text-decoration-color: #ff5733; /* Replace with your desired color */ } /* Underline with a specific color on hover for the homepage design layout poster */ body.homepage .design-layout-poster:hover p { text-decoration: underline !important; text-decoration-color: #ff5733 !important; /* Replace with your desired color */ } Let me know how it goes! Have a good one! Edited September 9 by Spark-Plugin - Answered by Iuno from sparkplugin.com Link to comment
Barbi Posted September 9 Author Share Posted September 9 Thank you for your response, I added it but it didn't work for me. I don't know what I am doing wrong. Thank you for your help! Link to comment
Spark-Plugin Posted September 10 Share Posted September 10 (edited) @Barbi Well, that’s weird. On my brand new testing site it is working perfectly as you can see. https://lychee-teal-yart.squarespace.com/ Pass: 1234 Edited September 10 by Spark-Plugin - Answered by Iuno from sparkplugin.com 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