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
January 18, 2019 at 11:45 am
#20843
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.