LindsEli Posted January 19 Share Posted January 19 Hi! I am coding out the form on this page https://gopher-walrus-bjga.squarespace.com/contact-copy, to match the form on this page https://moversshakers.co/contact I need an offset black border around the button here please see the button on the contact page to help. I also want to add in the yellow stars as required fields, thanks! Link to comment
Solution Beyondspace Posted January 20 Solution Share Posted January 20 19 hours ago, LindsEli said: Hi! I am coding out the form on this page https://gopher-walrus-bjga.squarespace.com/contact-copy, to match the form on this page https://moversshakers.co/contact I need an offset black border around the button here please see the button on the contact page to help. I also want to add in the yellow stars as required fields, thanks! You can try adding to Home > Design > Custom Css input[type=submit] { box-shadow: 5px 5px; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Beyondspace Posted January 20 Share Posted January 20 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
derricksrandomviews Posted January 20 Share Posted January 20 I use this code for my buttons to give them a gray offset drop shadow. You can put it in a markdown block or advance page injection for the page you want it on. The color can be changed. #000000 is solid black. <style> .button-block { filter: drop-shadow(8px 8px 8px #666666); }</style> Link to comment
LindsEli Posted January 20 Author Share Posted January 20 7 hours ago, Beyondspace said: You can try adding to Home > Design > Custom Css input[type=submit] { box-shadow: 5px 5px; } Support me by pressing 👍 or marking as solution if this useful for you 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