Input Fields Transparent but not Submit Button
-
I’ve tried to make my input fields box semi-transparent but somehow the submit button become semi-transparent also. Pls see it here.
I was using the below CSS code:
.wpcf7-form input, .wpcf7-form textarea { filter: alpha(opacity=50): moz-opacity: .50; opacity: .50; }
Is there any way to make the submit button not transparent?
Pls advise. Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Input Fields Transparent but not Submit Button’ is closed to new replies.