bryanlee1981
Member
Posted 2 years ago #
I am having an issues displaying forms correctly on my site. I am using the "decoder" theme. If there is any other information i can give to help please let me know.
The site is http://www.mobcompsolutions.com
The specific page is http://mobcompsolutions.com/services/remote-support/
The fields all display as white blocks rather than text fields or buttons.
You need to edit the following CSS in /wp-content/themes/decoder/style.css
input, textarea {
width: 50%;
height: 23px;
margin: 0 0 20px 0;
padding: 7px 5px 0 5px;
color: #5d5d5d;
background: #fff url(img/bg-form-input.png) repeat-x left top;
border: none;
}
bryanlee1981
Member
Posted 2 years ago #
Thanks! I will give it a try.
Edit: I just commented out the entire "forms" section and it displayed everything correctly. Thanks for the info.
Glad to help.
Can you mark this topic as resolved.