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

#13546
xcentricxcentric
Participant

Thank you so much Ernest. This was extremely helpful. We are almost there. We are seeing some issues with the drop down styling in Safari Mac and Firefox Windows. Please see attached screenshots.

Here is the CSS I’m using:

[code]
div.wpdreams_asp_sc.wpdreams_asp_sc-11 form select {
font: arial !important;
font-weight: bold;
color: #fff !important;
background: #3884A9 !important;
width: 100%;
height: 48px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px !important;
//border: 3px solid #3884A9 !important;
}
[/code]

Thoughts?

Thanks!