nwaldinger Posted May 13 Share Posted May 13 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! Link to comment
tuanphan Posted May 16 Share Posted May 16 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 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
nwaldinger Posted May 16 Author Share Posted May 16 @tuanphan I just made it public, please see the following link: https://www.nickwaldinger.com/contact Link to comment
Solution tuanphan Posted May 18 Solution Share Posted May 18 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 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
nwaldinger Posted May 18 Author Share Posted May 18 @tuanphan Worked perfectly, thanks a bunch! 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