ec25 Posted March 26, 2023 Share Posted March 26, 2023 The view. more "button" is actually an image you can click that leads to another page and was wondering if there was a way to add. a color hover over it, image is attached with the example. here is the link to page with image block/"button". https://www.erinncapko.com/surface-design Thank you in advance! Link to comment
bycrawford Posted March 26, 2023 Share Posted March 26, 2023 You could add this: #BLOCK-ID { filter: invert(100); } But that will just invert the colour. You'll also have to use the Squarespace ID finder Chrome plugin to ID the image block. Kinda limited in that sense. Your other option is to turn your buttons into a circle using this code: .sqs-block-button-element--medium { padding: 100px 45px !important; border-radius: 50% !important; } Then add a hover effect like the below: .sqs-block-button-element--medium:hover { background: #fafafa !important; colour: #818181 !important; } Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
ec25 Posted March 27, 2023 Author Share Posted March 27, 2023 22 hours ago, bycrawford said: You could add this: #BLOCK-ID { filter: invert(100); } But that will just invert the colour. You'll also have to use the Squarespace ID finder Chrome plugin to ID the image block. Kinda limited in that sense. Your other option is to turn your buttons into a circle using this code: .sqs-block-button-element--medium { padding: 100px 45px !important; border-radius: 50% !important; } Then add a hover effect like the below: .sqs-block-button-element--medium:hover { background: #fafafa !important; colour: #818181 !important; } Thank you for the options! I will try doing the button CSS with the added hover effect. bycrawford 1 Link to comment
bycrawford Posted March 27, 2023 Share Posted March 27, 2023 Good luck! Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 How I make $500k/year designing Squarespace websites: Watch the video 📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. 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