CJoose Posted September 15 Share Posted September 15 Site URL: https://orb-robin-wn9f.squarespace.com Hi, On the Contact Us page (https://orb-robin-wn9f.squarespace.com/contact-us) , I want to change the colour of links (phone numbers, email addresses) on hover to a different colour This is the current CSS I'm using, but it doesnt work. I've applied it at the section elements section[data-section-id="66c64089e908a042ea0d5fdf"] a:hover {color: var(--cta);} Any thoughts or help much appreciated? Thanks Link to comment
Solution Lesum Posted September 15 Solution Share Posted September 15 @CJoose Hi! You can add this code under Website > Pages > Website Tools > Custom CSS section[data-section-id="66c64089e908a042ea0d5fdf"] { a[href^="tel:"]:hover span, a[href^="mailto:"]:hover span { color: var(--cta); } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
CJoose Posted September 15 Author Share Posted September 15 Thanks, that works a treat ! 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