Blackbearsfire Posted February 5, 2023 Posted February 5, 2023 Can anyone help me with a custom css code to change the color of hyperlinks on hover in all pages? Using SS 7.1 Thanks!
Ziggy Posted February 6, 2023 Posted February 6, 2023 Not a problem, use this code and adjust the red to whatever colour you desire! a { color:initial; transition:ease-in-out 300ms; } a:hover { color:red; } Hope that helps! Give me a thumbs up if it did! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Blackbearsfire Posted February 17, 2023 Author Posted February 17, 2023 Thanks @Ziggy, where would I insert this code to make it apply to the entire site rather than a block id?
Ziggy Posted February 17, 2023 Posted February 17, 2023 20 minutes ago, Blackbearsfire said: Thanks @Ziggy, where would I insert this code to make it apply to the entire site rather than a block id? Add it to Custom CSS Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Blackbearsfire Posted February 18, 2023 Author Posted February 18, 2023 @Ziggy I tried but it didn't seem to work..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment