Blackbearsfire Posted February 5 Share Posted February 5 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! Link to comment
Ziggy Posted February 6 Share Posted February 6 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 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Blackbearsfire Posted February 17 Author Share Posted February 17 Thanks @Ziggy, where would I insert this code to make it apply to the entire site rather than a block id? Link to comment
Ziggy Posted February 17 Share Posted February 17 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 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Blackbearsfire Posted February 18 Author Share Posted February 18 @Ziggy I tried but it didn't seem to work.. 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