Contact from boxes – changing the colour
-
Hello,
I would like my contact form on my contact page to always be white (the boxes you writer your details in). Would someone mind helping write the code so that the background is white and the text is black from the start?
Thank you,
Gemma
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Dropping this code in your custom CSS area should do the trick:
input[type="text"], input[type="email"], textarea { background-color: #FFF; color: #000; }Let me know if that doesn’t work!
Sage
- The topic ‘Contact from boxes – changing the colour’ is closed to new replies.