nwaldinger Posted May 13, 2023 Posted May 13, 2023 Hello, I would like to change the background color of my contact form fields to be black/transparent, and to have a 1 px. white border along the bottom of each field. I would also like the text for each to be white. I have attached a screenshot of how it currently looks; I have tried multiple codes found online but nothing seems to work. Anyone have an idea? Thank you!
tuanphan Posted May 16, 2023 Posted May 16, 2023 The site is private. https://iguana-caribou-e78t.squarespace.com/contact 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!)
nwaldinger Posted May 16, 2023 Author Posted May 16, 2023 @tuanphan I just made it public, please see the following link: https://www.nickwaldinger.com/contact
Solution tuanphan Posted May 18, 2023 Solution Posted May 18, 2023 Add to Design > Custom CSS div.form-block input:not([type="submit"]), div.form-block textarea { background-color: transparent !important; border: none !important; border-bottom: 1px solid white !important; color: white !important; } 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!)
nwaldinger Posted May 18, 2023 Author Posted May 18, 2023 @tuanphan Worked perfectly, thanks a bunch!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment