creativeSZN Posted February 28, 2020 Share Posted February 28, 2020 Site URL: http://www.creativeszn.com/contact Anyone know why I cant change the font size to the placeholder text or the submit button? They were both working perfectly fine before. input.field-element::placeholder { color: grey !important; font-family: 'TEKO-LIGHT' !important; font-size: 25px !important; } .form-wrapper input[type="submit"] { font-family: 'TEKO-LIGHT'!important; font-size: 25px !important; padding-top: 4px; padding-bottom: 1px; padding-right: 10px; padding-left: 20px; } Link to comment
paul2009 Posted February 28, 2020 Share Posted February 28, 2020 This week, Squarespace made changes to the underlying template used to render Form Blocks. These changes have improved accessibility but have resulted in changes to the HTML used to generate forms. This has affected code on hundreds of websites. You'll need to modify the CSS to match the new structure. As an example, you can change the button font size using: body:not(.button-style-default) .sqs-block-form .sqs-editable-button { font-size: 25px !important; } creativeSZN 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee Link to comment
creativeSZN Posted February 28, 2020 Author Share Posted February 28, 2020 thank you so much! that works! although i still cant find the code needed to change the placeholder text. do you have any idea? @paul2009 Link to comment
tuanphan Posted February 28, 2020 Share Posted February 28, 2020 Try .field-element::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
creativeSZN Posted February 28, 2020 Author Share Posted February 28, 2020 .field-element::placeholder { color: grey !important; font-family: 'TEKO-LIGHT' !important; font-size: 50px !important; } I tried it. You can change everything but the font-size @tuanphan Link to comment
Solution paul2009 Posted February 28, 2020 Solution Share Posted February 28, 2020 .form-wrapper .field-list .field .field-element::placeholder { font-size: 25px!important; } creativeSZN 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee 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