phardy Posted November 15, 2020 Share Posted November 15, 2020 (edited) 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. Edited November 15, 2020 by phardy URL update Link to comment
Beyondspace Posted November 15, 2020 Share Posted November 15, 2020 Please provide your site url Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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. Beyondspace 1 Link to comment
Beyondspace Posted November 16, 2020 Share Posted November 16, 2020 You mean this? h1 a { border: none; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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; } Beyondspace 1 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! phardy 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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