phardy Posted November 15, 2020 Share Posted November 15, 2020 Site URL: https://pamelahardy.design/ What is the CSS to change a link to a color on hover and also how do I remove the underline? From underline to the hover over blue with no underline. Link to comment
Beyondspace Posted November 15, 2020 Share Posted November 15, 2020 Please provide your site url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
phardy Posted November 15, 2020 Author Share Posted November 15, 2020 site: www.pamelahardy.design pw: notready Boeing is the example. Link to comment
Beyondspace Posted November 16, 2020 Share Posted November 16, 2020 You mean this? h1 a { border: none; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
phardy Posted November 16, 2020 Author Share Posted November 16, 2020 Thank for release the underline, Nothin. about the block. The "Next Project", I'd like a color to show when on hover and on click Link to comment
phardy Posted November 16, 2020 Author Share Posted November 16, 2020 color: hsl(220, 100%, 49%) OR Link to comment
phardy Posted November 16, 2020 Author Share Posted November 16, 2020 Does that make sense? I want the link to have no underline and a hover state with a color. I am using the Brine family Link to comment
Beyondspace Posted November 17, 2020 Share Posted November 17, 2020 1 hour ago, phardy said: Does that make sense? I want the link to have no underline and a hover state with a color. I am using the Brine family There is no special class name on that link, so the change will apply on all <link tag on the site, are you ok with that? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
phardy Posted November 17, 2020 Author Share Posted November 17, 2020 I made it work using: /* Remove underline from links */ a { border: none !important; } a:hover { color: #1976d2 !important; } Link to comment
Beyondspace Posted November 17, 2020 Share Posted November 17, 2020 6 minutes ago, phardy said: I made it work using: /* Remove underline from links */ a { border: none !important; } a:hover { color: #1976d2 !important; } you rocked! BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.