Matt_Steinke Posted January 20, 2021 Share Posted January 20, 2021 Site URL: https://orange-beagle-9jfc.squarespace.com/ Good morning to you all, I'm a newbie to Squarespace and I'm sorry if this question has been asked before or if the answers can be found in this forum already - I couldn't find it. I'd like to have linked text or headings in the text to change colour on hover. The default in 7.1 seems to be that the links are underlined. I've managed to get rid of the underline but couldn't manage to change colour. Does anyone know how I can fix this? Thanks in advance for your consideration! Matt Beyondspace 1 Link to comment
Beyondspace Posted January 21, 2021 Share Posted January 21, 2021 15 hours ago, Matt_Steinke said: Site URL: https://orange-beagle-9jfc.squarespace.com/ Good morning to you all, I'm a newbie to Squarespace and I'm sorry if this question has been asked before or if the answers can be found in this forum already - I couldn't find it. I'd like to have linked text or headings in the text to change colour on hover. The default in 7.1 seems to be that the links are underlined. I've managed to get rid of the underline but couldn't manage to change colour. Does anyone know how I can fix this? Thanks in advance for your consideration! Matt I saw your already get it solved right? 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
Matt_Steinke Posted January 21, 2021 Author Share Posted January 21, 2021 Hi bangank36, unfortunately I haven't. The navigation wasn't the issue, it's about links in the body copy on the page. Any suggestions will be highly appreciated 😉 Link to comment
Beyondspace Posted January 22, 2021 Share Posted January 22, 2021 21 hours ago, Matt_Steinke said: Hi bangank36, unfortunately I haven't. The navigation wasn't the issue, it's about links in the body copy on the page. Any suggestions will be highly appreciated 😉 All the link on your body is turn to semi transparent on hover, could you show the one with underline on hover? 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
Matt_Steinke Posted January 22, 2021 Author Share Posted January 22, 2021 I already got rid of the underline. Instead of semi transparent on hover I'd like the links to turn red. Does this make sense? Link to comment
Beyondspace Posted January 22, 2021 Share Posted January 22, 2021 7 hours ago, Matt_Steinke said: I already got rid of the underline. Instead of semi transparent on hover I'd like the links to turn red. Does this make sense? Your site is private now, guess you got it solve? 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
Matt_Steinke Posted January 25, 2021 Author Share Posted January 25, 2021 use iron-curtain to get in 😉 Link to comment
tuanphan Posted January 31, 2021 Share Posted January 31, 2021 On 1/25/2021 at 9:06 AM, Matt_Steinke said: use iron-curtain to get in 😉 Add to Design > Custom CSS /* link hover color */ #page a:hover { color: violet; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Matt_Steinke Posted January 31, 2021 Author Share Posted January 31, 2021 Thanks tuanphan! That's great help! Link to comment
kbrown Posted July 21, 2022 Share Posted July 21, 2022 I've also used your code to apply a color to links in the body text of my site as well and it worked great (thank you!) Can you possibly tell me how I would get it to apply to links in my footer as well? (7.1 site also) Link to comment
kbrown Posted July 21, 2022 Share Posted July 21, 2022 Edit/Update - I played around with the code a bit more and figured it out. Adding it here in case it helps anyone. /* link hover color in footer */ footer a:hover { color: violet !important; } (using any color or #color code where violet is of course) Link to comment
kbrown Posted July 21, 2022 Share Posted July 21, 2022 (edited) I do have another question, however - when I applied the above code (for the link text, not the footer) - it also applies it to buttons that I have style already to change on hover via site styles. I don't wish for these to change, as I like the way they appear now. How can I make it not apply to the buttons (button links) on my site? Thanks for any help you can provide! For additional info - i have my text hover color set to this: /* link hover color */ #page a:hover { color: #CDD87C; } and my buttons also go from an outline and text in the above color, to when i hover on them the full button turns this color and text turns white. Now with the above text hover code applied my text is not turning white (or turning back to CDD87C - which is the same color as the button - so it all just appears as a solid button with no text to the eye. (hope that makes sense. (site is not live yet - can view here with l2siteview (first character is a lower case "L") you can see action of both types of this applying on the ABOUT page - links on left near top and button near bottom above footer. https://plane-bugle-a8ne.squarespace.com/ Edited July 21, 2022 by kbrown misspelling Link to comment
tuanphan Posted July 22, 2022 Share Posted July 22, 2022 8 hours ago, kbrown said: I do have another question, however - when I applied the above code (for the link text, not the footer) - it also applies it to buttons that I have style already to change on hover via site styles. I don't wish for these to change, as I like the way they appear now. How can I make it not apply to the buttons (button links) on my site? Thanks for any help you can provide! For additional info - i have my text hover color set to this: /* link hover color */ #page a:hover { color: #CDD87C; } and my buttons also go from an outline and text in the above color, to when i hover on them the full button turns this color and text turns white. Now with the above text hover code applied my text is not turning white (or turning back to CDD87C - which is the same color as the button - so it all just appears as a solid button with no text to the eye. (hope that makes sense. (site is not live yet - can view here with l2siteview (first character is a lower case "L") you can see action of both types of this applying on the ABOUT page - links on left near top and button near bottom above footer. https://plane-bugle-a8ne.squarespace.com/ Try changing to this /* link hover color */ #page .html-block a:hover { color: #CDD87C; } kbrown 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
kbrown Posted August 15, 2022 Share Posted August 15, 2022 This worked perfectly. Thank you tuanphan! Link to comment
A_Childs Posted March 18 Share Posted March 18 Hi Matt_Steinke - how did you get rid of the underline on your links in body copy and the footer? Thanks. Link to comment
tuanphan Posted March 20 Share Posted March 20 On 3/19/2023 at 12:03 AM, A_Childs said: Hi Matt_Steinke - how did you get rid of the underline on your links in body copy and the footer? Thanks. You can add this to Design > Custom CSS div.html-block a, div.html-block a * { text-decoration: none !important; background-image: none !important; border: none !important; } A_Childs 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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