Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search results and customize appereance › Reply To: search results and customize appereance
July 11, 2018 at 11:31 am
#18654
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