Tagged: contact form css
Hi Guy’s
Can you please help me with the CSS for changing the following elements on the contact form?
Font Color
Field Background Color
Submit button color
Thank you
Hi markpevas ;
try to add these lines into your custom css file :
* Field Background Color
#top fieldset {background-color: #000;}
* Font Color – Submit button color
.main_color input[type='submit'] { background-color: #a81010; color: #ffffff; border-color: #860000; }
adjust the colors as you like
Hey @markpevans!
Did you try @begrafiks suggestions and did you have any luck with them?
Regards,
Rikard
Awesome! Thanks!
What about the contact form button colour?