Royster1994 Posted November 18, 2019 Share Posted November 18, 2019 Hello guys, i'm really struggling to find away to change the color of the placeholder text within my form fields. I can change the background color of the form fields but not the color of the text. The placeholder text does not stand out enough when the background color is anything but white. Does anyone have any suggestions? Link to comment
colin.irwin Posted November 18, 2019 Share Posted November 18, 2019 Try this input.field-element::placeholder { color: red !important; } tuanphan and Royster1994 2 If you're looking for a Squarespace Developer, drop me a line. Link to comment
Royster1994 Posted November 21, 2019 Author Share Posted November 21, 2019 On 11/18/2019 at 3:32 PM, colin.irwin said: Try this input.field-element::placeholder { color: red !important; } This worked thank you :) Link to comment
Royster1994 Posted November 21, 2019 Author Share Posted November 21, 2019 Would you happen to know how i can target css for all images in just 1 page? Link to comment
tuanphan Posted November 21, 2019 Share Posted November 21, 2019 3 hours ago, Royster1994 said: Would you happen to know how i can target css for all images in just 1 page? #page-id img {CSS} See how to find Page ID. 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
zzlogan Posted August 4, 2021 Share Posted August 4, 2021 I had to use this code to change the text of the placeholder .sqs-block-form .field-element::placeholder { font-family: 'YOUR FONT' !important; } Jordy_TheShop 1 Link to comment
Jordy_TheShop Posted February 2 Share Posted February 2 On 8/4/2021 at 9:50 PM, zzlogan said: I had to use this code to change the text of the placeholder .sqs-block-form .field-element::placeholder { font-family: 'YOUR FONT' !important; } This worked for me. Thanks! 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