Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › dropdown arrow disappeer › Reply To: dropdown arrow disappeer
April 1, 2020 at 9:59 am
#26516
Keymaster
Hi,
It is not related to the plugin, but your theme is changing all select box appearances via CSS.
Use this custom CSS to reset that:
select {
background: #fff url(https://newsite.juventudycultura.es/wp-content/themes/porto/images/select-bg.svg) 96% 49%/26px 60px no-repeat !important;
}