css - Dropdown not working in Contact Form 7 -
i have added contact form using plugin contact form 7 drop-down area.
http://www.edsys.in/contact/ 1
the trial software field has dropdown.but s not displayin properly.
t searched on net , applied following css:
select { background: transparent; width: 268px; padding: 5px; font-size: 16px; line-height: 1; border: 0; border-radius: 0; height: 34px; -webkit-appearance: none; }
...but didnt work.
i need this: http://www.zebraprintandcopy.com/upload-file/
when checked source code, couldn't find helpful styles.
thanks in advance!!
edit:
this code have added dropdown in form:
<p>trial software of : <br />[select* dropdown multiple "test1" "test2" "test3" "test4"]</p>
i think have uncheck option "allow multiple answers" when create field. or can remove "multiple" option tag.
Comments
Post a Comment