PatrickWriter Posted December 16, 2020 Share Posted December 16, 2020 Hi, I would like to add text WITHIN a form block. To be more specific: I would like to add the following text (a disclaimer) underneath the button in my form block: "By sending your email, you are also agreeing to subscribe to...." I would like to specifically have the text WITHIN the form block. I tried to add a text block directly underneath the form block but there is too much space in between the button and text. I don't like the visual. Can anybody help me with the CSS coding? Thanks! Beyondspace 1 Link to comment
Beyondspace Posted December 17, 2020 Share Posted December 17, 2020 13 hours ago, PatrickWriter said: Hi, I would like to add text WITHIN a form block. To be more specific: I would like to add the following text (a disclaimer) underneath the button in my form block: "By sending your email, you are also agreeing to subscribe to...." I would like to specifically have the text WITHIN the form block. I tried to add a text block directly underneath the form block but there is too much space in between the button and text. I don't like the visual. Can anybody help me with the CSS coding? Thanks! You can add the text and send us your page url to check the css 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
tuanphan Posted December 21, 2020 Share Posted December 21, 2020 @PatrickWriter Can you share access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
PatrickWriter Posted December 23, 2020 Author Share Posted December 23, 2020 Hi tuanphan, The password is: 1234! I will change the password in a couple of days for safety reasons. Thank you for your help! Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 Add this to Home > Design > Custom CSS .form-button-wrapper:after { content: "Enter text here"; display: block; margin-top: 5px; } charlesmarks and TeganTallullah 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
charlesmarks Posted May 23, 2021 Share Posted May 23, 2021 On 1/7/2021 at 3:32 AM, tuanphan said: Add this to Home > Design > Custom CSS .form-button-wrapper:after { content: "Enter text here"; display: block; margin-top: 5px; } Perfect - thank you! Link to comment
TeganTallullah Posted November 5, 2021 Share Posted November 5, 2021 On 1/7/2021 at 3:32 AM, tuanphan said: Add this to Home > Design > Custom CSS .form-button-wrapper:after { content: "Enter text here"; display: block; margin-top: 5px; } Thank you so much - this solved my issue 🙂 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