Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Category dropdown not working › Reply To: Category dropdown not working
December 9, 2024 at 10:36 am
#52193
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;
}