camp Posted July 25, 2022 Share Posted July 25, 2022 Site URL: https://oboe-gold-frbd.squarespace.com/register The site password is: hotballoon1 SS by default adjusts the width of the three buttons based on their text. How can I get all three buttons to be the same length? P.S. if anyone also knows how to adjust the buttons colors individually, please let me know. It'd be nice to have more colorful buttons Link to comment
Solution Beyondspace Posted July 26, 2022 Solution Share Posted July 26, 2022 21 hours ago, camp said: Site URL: https://oboe-gold-frbd.squarespace.com/register The site password is: hotballoon1 SS by default adjusts the width of the three buttons based on their text. How can I get all three buttons to be the same length? P.S. if anyone also knows how to adjust the buttons colors individually, please let me know. It'd be nice to have more colorful buttons Try adding to Home > Design > Custom Css to set the same width for three buttons: #block-yui_3_17_2_1_1658339303941_1887 + .row .sqs-block-button-container a { min-width: 200px; } camp 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted July 26, 2022 Share Posted July 26, 2022 Setting color style for each button via the following code #block-yui_3_17_2_1_1658339303941_3946 a { background: red; } #block-yui_3_17_2_1_1658339303941_5356 a { background: blue; } #block-yui_3_17_2_1_1658339303941_3003 a { background: green; } To get the right id for block you can use the following extension: Squarespace Id finder How to use it: https://recordit.co/kUIH4uco0b Hope it makes sense camp 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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