My theme has borderless form area. So wat to do? i cant see text area in whitebackground. Is there CSS style for tat? pls give that
My theme has borderless form area. So wat to do? i cant see text area in whitebackground. Is there CSS style for tat? pls give that
check my site. http://enewsz.com/contact/
I want to make the CSS form for this. Actually in ma theme form border is 0px. I cant change it frm there bcoz, while changin it some othr got errors. I want to make it in the plugin itself. pls help
How to change the colors for the text input fields:
Go to the contact form settings page, click on Advanced Options, look
for the setting "CSS
style for form input fields on the contact form".
change:
text-align:left;
to:
text-align:left; color:black; background-color:#D5D5D5;
Note: you can change font color and background to any html hex color code
text-align:left; color:#000000; background-color:#CCCCCC;
also, these custom settings will be safe when upgrading the plugin.
This topic has been closed to new replies.