Nardosiam Posted May 18, 2023 Posted May 18, 2023 Hi! I really want to update the color of my buttons to change when hovered upon ( black "email me" and arrow button turn to blue when hovered on) I found this code .small-button-shape-pill .sqs-block-button .sqs-block-button-element--small:hover { background-color: #000000 !important; color: #0000ff !important } and tried to use it but with my site colors and its not working, also if someone can help me change the nav bar page im currently on to be blue, Id appreciate it!! 🙂
tuanphan Posted May 22, 2023 Posted May 22, 2023 Hi, Can you share link to page where you use button? We can check easier 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!)
Nardosiam Posted May 22, 2023 Author Posted May 22, 2023 15 hours ago, tuanphan said: Hi, Can you share link to page where you use button? We can check easier yes sorry! it is https://www.nardosiam.com/
Solution creedon Posted May 22, 2023 Solution Posted May 22, 2023 Add the following to Design > Custom CSS. @media ( hover : hover ) { .primary-button-style-solid .site-wrapper .sqs-button-element--primary:hover { background-color : blue; } } This is for v7.1. This is a site-wide effect. If you need to restrict the effect let us know and we may be able to help. Let us know how it goes. Nardosiam, Afeno and tuanphan 2 1 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment