I see the text, but it’s very light grey on white, so it’s almost invisible. I suggest you add this to your CSS file:
.footer-widgets input[type="text"] {
color:#666;
}
Good suggestion Mark. I changed it to #000 but I am still unable to view the text as I type. It’s almost as if there is an element blocking it or something but I’m not sure how that would be possible…
I resolved the issue. I had adjusted the height of the input element and the padding was keeping me from being able to see the text input into the field.
Thanks for your help Mark!
I’m going to close this thread and I’m not going to be notified of follow-up posts.
Thanks!