Blackbearsfire Posted August 22, 2020 Share Posted August 22, 2020 Site URL: http://ghostrightdesign.com I have designed multiple sites on previous versions of Squarespace and was super disappointed to find out that 7.1 no longer supports changing the color of a link when hovering over in the navigation menu or in the main content of a page. This seems like such a basic function that has been available on practically every site I've ever designed or visited. Does anyone know an easy fix for this? I'm not super code savvy. Thanks! Link to comment
tuanphan Posted August 23, 2020 Share Posted August 23, 2020 Add to Home > Design > custom CSS /* Page content link color */ #page a:hover { background-image: linear-gradient(to right,currentColor 100%,currentColor 0) !important; color: red; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Aishwarya Posted December 20, 2020 Share Posted December 20, 2020 On 8/23/2020 at 4:22 PM, tuanphan said: Add to Home > Design > custom CSS /* Page content link color */ #page a:hover { background-image: linear-gradient(to right,currentColor 100%,currentColor 0) !important; color: red; } Used this code for the same purpose mentioned above! Thanks a lot! However, the change affects the buttons too. Additionally, it affects the "back to top" as well. Looking for a way to fix this Highly appreciate your help! Thanks a ton! My site id : aishwaryabalasankar.com Link to comment
tuanphan Posted December 22, 2020 Share Posted December 22, 2020 Do you still need help with this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
newbieneedshelp Posted February 5, 2021 Share Posted February 5, 2021 On 12/20/2020 at 2:15 PM, Aishwarya said: Used this code for the same purpose mentioned above! Thanks a lot! However, the change affects the buttons too. Additionally, it affects the "back to top" as well. Looking for a way to fix this Highly appreciate your help! Thanks a ton! My site id : aishwaryabalasankar.com @tuanphan I have the same problem. Would appreciate with some help, thanks in advance!! Link to comment
creedon Posted February 5, 2021 Share Posted February 5, 2021 @newbieneedshelp Please post the URL to a page on your site where you want to achieve this effect. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
newbieneedshelp Posted February 5, 2021 Share Posted February 5, 2021 1 hour ago, creedon said: @newbieneedshelp Please post the URL to a page on your site where you want to achieve this effect. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. sorry i missed your comment but i just solved the problem. thanks tons! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.