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

Reply To: Styling ASP Filter Select Dropdowns and Results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Styling ASP Filter Select Dropdowns and Results Reply To: Styling ASP Filter Select Dropdowns and Results

#13545
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I believe I managed to find a way to show the content below the image with some custom CSS code, that I have already added to the search option, and additionally, these options had to be turned off in order to make it work: http://i.imgur.com/7uJRRSR.png
I believe this is as close as it gets.

The select drop-down styling is somewhat inherent, to change that I recommend the following custom CSS rule (applies for only instance 11):

[html]div.wpdreams_asp_sc.wpdreams_asp_sc-11 form select {
font: arial !important;
background: red !important;
border-radius: 0px !important;
color: black !important;
border: 0px solid black !important;
}[/html]

While it’s not advised to use the ‘!important’ modifier, in this case it’s neccessary, to make sure the rules do apply, as the generic search CSS has higher specificity selectors.