Guest Posted April 29, 2021 Share Posted April 29, 2021 (edited) Site URL: https://modernbusiness.squarespace.com How can I add an outline around the placeholder field, so it matches the button style? How can I change placeholder text? How to force form not to stack on mobile? Edited April 30, 2021 by kristobans additional info Link to comment
Solution tuanphan Posted May 1, 2021 Solution Share Posted May 1, 2021 On 4/30/2021 at 1:53 AM, kristobans said: Site URL: https://modernbusiness.squarespace.com How can I add an outline around the placeholder field, so it matches the button style? How can I change placeholder text? How to force form not to stack on mobile? Add to Design > Custom CSS /* border style */ footer.Footer input[type="text"] { border: 2px solid black !important; padding: calc(~"1em - 1px"); } /* dont stack */ @media screen and (max-width:640px) { footer.Footer .newsletter-form-body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } With placeholder, I guess you can edit newsletter >> Change placeholder?? 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
Guest Posted May 1, 2021 Share Posted May 1, 2021 6 hours ago, tuanphan said: Add to Design > Custom CSS /* border style */ footer.Footer input[type="text"] { border: 2px solid black !important; padding: calc(~"1em - 1px"); } /* dont stack */ @media screen and (max-width:640px) { footer.Footer .newsletter-form-body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } With placeholder, I guess you can edit newsletter >> Change placeholder?? Thank you. Link to comment
tuanphan Posted May 3, 2021 Share Posted May 3, 2021 On 5/1/2021 at 8:44 PM, kristobans said: Thank you. On mobile, do you want to fix this? 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
Guest Posted May 3, 2021 Share Posted May 3, 2021 8 hours ago, tuanphan said: On mobile, do you want to fix this? Yes, please. It's almost perfect .. but it would be nice to align properly. Thanks. Link to comment
tuanphan Posted May 5, 2021 Share Posted May 5, 2021 On 5/4/2021 at 12:50 AM, kristobans said: Yes, please. It's almost perfect .. but it would be nice to align properly. Thanks. Add to Design > Custom CSS /* footer newsletter */ @media screen and (max-width:767px) { footer.Footer input[type="text"] { margin-top: -5px; } } 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
Guest Posted May 5, 2021 Share Posted May 5, 2021 7 hours ago, tuanphan said: Add to Design > Custom CSS /* footer newsletter */ @media screen and (max-width:767px) { footer.Footer input[type="text"] { margin-top: -5px; } } Thank you. Perfect! Link to comment
harley Posted May 12, 2021 Share Posted May 12, 2021 Hello, I am trying to force newsletter form not to stack but the code above won't change it. Please can someone help. Link to comment
harley Posted May 12, 2021 Share Posted May 12, 2021 On 5/1/2021 at 8:05 AM, tuanphan said: Add to Design > Custom CSS /* border style */ footer.Footer input[type="text"] { border: 2px solid black !important; padding: calc(~"1em - 1px"); } /* dont stack */ @media screen and (max-width:640px) { footer.Footer .newsletter-form-body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } With placeholder, I guess you can edit newsletter >> Change placeholder?? Hello, I am trying to force newsletter form not to stack but the code above won't change it. Please can someone help. Link to comment
tuanphan Posted May 14, 2021 Share Posted May 14, 2021 On 5/12/2021 at 7:11 PM, harley said: Hello, I am trying to force newsletter form not to stack but the code above won't change it. Please can someone help. Can you share link to page where you added newsletter? We can check easier 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment