Aishwarya Posted December 19, 2020 Posted December 19, 2020 Site URL: https://aishwaryabalasankar.com I changed the color of hover on hyperlinks in my website. 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!
tuanphan Posted December 20, 2020 Posted December 20, 2020 Did you use Squarespace setting or custom code? If custom code, which code did you use? Can you post here? We can tweak it. 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!)
Aishwarya Posted December 20, 2020 Author Posted December 20, 2020 8 minutes ago, tuanphan said: Did you use Squarespace setting or custom code? If custom code, which code did you use? Can you post here? We can tweak it. Thanks a lot for the reply! I used the following code: /* Page content link color */ #page a:hover { background-image: linear-gradient(to right,currentColor 100%,currentColor 0) !important; color: red; }
tuanphan Posted December 20, 2020 Posted December 20, 2020 try change to this class Quote #page p a:hover 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!)
Aishwarya Posted December 20, 2020 Author Posted December 20, 2020 2 hours ago, tuanphan said: try change to this class Thank you! I tried this. It does work but it removes the hover & click color on hyperlinks as well. I actually want the hover &click color (#e64d4f) on all hyperlinks except for the buttons & back to top
Aishwarya Posted December 21, 2020 Author Posted December 21, 2020 21 hours ago, Aishwarya said: Thank you! I tried this. It does work but it removes the hover & click color on hyperlinks as well. I actually want the hover &click color (#e64d4f) on all hyperlinks except for the buttons & back to top. The color change on hover is only working for external links & not for internal links within my website. Looking for a solution to make it work for both external and internal links. Really appreciate any help on that. Thank you!
tuanphan Posted December 22, 2020 Posted December 22, 2020 Do you still need help on 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.