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

Reply To: search results and customize appereance

Home Forums Product Support Forums Ajax Search Pro for WordPress Support search results and customize appereance Reply To: search results and customize appereance

#18654
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Yes, that filter will affect the searches as well.

Well, then try something like this:

[html]div.asp_w.asp_s select, div.asp_w.asp_sb select {
background: white !important;
color: red !important;
height: 40px !important;
border: 1px solid blue !important;
}[/html]

This is just an example on how to change the color, height, background and the border of the select, change the colors and values as you need them to. This example outputs something like this: https://i.imgur.com/Bcxohvo.png