Begona Posted November 29, 2021 Share Posted November 29, 2021 Site URL: https://cadimat.squarespace.com/cart Hi! I've tried a few codes to change the color of the button on my cart page, but they don't seem to work. Any ideas? Thanks! Beyondspace 1 Link to comment
Beyondspace Posted November 29, 2021 Share Posted November 29, 2021 44 minutes ago, Begona said: Site URL: https://cadimat.squarespace.com/cart Hi! I've tried a few codes to change the color of the button on my cart page, but they don't seem to work. Any ideas? Thanks! Which button you need to change Begona 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Begona Posted November 29, 2021 Author Share Posted November 29, 2021 3 minutes ago, bangank36 said: Which button you need to change The checkout button on cart page. Thanks, @bangank36 Link to comment
tuanphan Posted November 30, 2021 Share Posted November 30, 2021 @Begona Add this to Design > Custom CSS /* Cart page checkout button */ button.checkout-button { background-color: #f1f3f9 !important; } button.checkout-button span { color: red !important; } Begona 1 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
Begona Posted November 30, 2021 Author Share Posted November 30, 2021 8 hours ago, tuanphan said: @Begona Add this to Design > Custom CSS /* Cart page checkout button */ button.checkout-button { background-color: #f1f3f9 !important; } button.checkout-button span { color: red !important; } Thanks, @tuanphan Unfortunately, it's not working 😞 Any idea why? Link to comment
Beyondspace Posted November 30, 2021 Share Posted November 30, 2021 5 minutes ago, Begona said: Thanks, @tuanphan Unfortunately, it's not working 😞 Any idea why? Do you mean this button? Begona 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Begona Posted November 30, 2021 Author Share Posted November 30, 2021 2 minutes ago, bangank36 said: Do you mean this button? Yes! That one @bangank36 Link to comment
Beyondspace Posted November 30, 2021 Share Posted November 30, 2021 (edited) 3 minutes ago, Begona said: Yes! That one @bangank36 Try in Home > Design > Custom Css #cart .checkout-button { background: purple !important; } #cart .checkout-button span { color: #fff !important; } The same solution as @tuanphan but I select with page id Let me know how it works on your site Edited November 30, 2021 by bangank36 Begona and JoseMascaro 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Begona Posted November 30, 2021 Author Share Posted November 30, 2021 3 minutes ago, bangank36 said: Try in Home > Design > Custom Css #cart .checkout-button { background: purple !important; } #cart .checkout-button span { color: #fff !important; } The same solution as @tuanphan but I have select with page id Let me know how it works on your site Works perfectly! Thanks a lot @bangank36 and @tuanphan!! Beyondspace 1 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