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; } Royster1994 and tuanphan 2 I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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, 2023 Share Posted February 2, 2023 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