2016-09-05 65 views
0

表格工作正常,所有字段都顯示出來。 儘管每個下拉選擇菜單都在其下方顯示了一個額外的下拉菜單。聯繫表格7插件,wordpress

下面的另一個沒有邊框或css風格,並且由於我缺乏css經驗,我不確定爲什麼發生這種情況。代碼看起來很好,我甚至複製了來自教程的示例,並且它仍然出現在我的下拉選擇菜單中。

如何阻止顯示此附加下拉菜單?

Example

表單代碼:

<div class="form-row"> 
<div class="column-full">[response]</div> 
<div class="column-full"><p class="heading">Your Details</p></div> 
<div class="column-half">First Name [text* first-name]</div> 
<div class="column-half">Last Name [text* last-name]</div> 
<div class="column-half">Job Title [text* job-title]</div> 
<div class="column-half">Email [email* your-email]</div> 
<div class="column-half">Contact Ph [tel* contact-ph]</div> 
<div class="column-half">How did you hear about us? [select* how-did-you-hear-about-us include_blank "Google" "Facebook" "Other social media" "Word of mouth" "Face to face sales" "A friend" "Other"]</div> 
</div> 
+0

你需要在這裏添加一些片段,所以我們可以檢查代碼..或提供您的項目聯繫頁面的實時URL – rmarif

+0

對不起我的壞。網站還沒有生效。我可以提供哪些其他代碼來幫助您? – brael

+0

檢查您的主題是否使用像Select2或slelecmemu等插件https://jqueryui.com/selectmenu/。 – rmarif

回答

0

對不起,已經遠離電腦最後幾天。所以我發現這個代碼來解決這個問題,儘管我不知道它究竟在做什麼。或者如果影響其他事情。我還沒有發現任何其他變化尚未,但它刪除的下拉菜單下的一點,所以我很開心:

.sbHolder { 
border-bottom: none !important; 
} 

.sbSelector { 
display: none !important; 
}