This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Category dropdown not working

#52193
natachagjnatachagj
Participant

I need some help in this ticket. Basically the mobile browser is replacing the select category dropdown with the mobile native dropdown UI and our css is not working there.

I have tried to add this property as well to disable the native UI property but this didn’t work as well.

body .asp_select_single select {
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
font-size: 12px !important;
border: 1px solid #ccc;
padding: 10px;
}

  • This reply was modified 1 year, 5 months ago by natachagjnatachagj.
  • This reply was modified 1 year, 5 months ago by natachagjnatachagj.
  • This reply was modified 1 year, 5 months ago by natachagjnatachagj.