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

Reply To: Dropdown color

#11620
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I see now. For that use this custom CSS:

[html]div .ajaxsearchpro.searchsettings select {
background-color: #ffffff !important;
color: #000000 !important;
border: initial !important;
border-radius: initial !important;
box-shadow: none !important;
}[/html]

The ‘color’ attribute is for the text color.