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

Reply To: Mobile view (iPhone) the Checkboxes in the sidebar hide the results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Mobile view (iPhone) the Checkboxes in the sidebar hide the results Reply To: Mobile view (iPhone) the Checkboxes in the sidebar hide the results

#20843
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Yes, as I stated earlier “Most of the styling will be inherited from the theme, but it will not hover over anything, and the results will be below it.”

With custom CSS however you can force the same colors:

div.asp_sb_1 {
    background: linear-gradient(185deg, rgb(109, 204, 237), rgb(104, 174, 199)) !important;
}

div.asp_sb_1 .asp_option_label {
    color: white;
}

That should do the trick.