Hi!
It’s because of the font type. If I change the font-family then it suddenly appears black. The current font-family is set to “Raleway”, which I guess is a much thinner font type or something, and it appears less opaque.
You can try a custom CSS to increase the font-weight, but I’m not sure if it would change anything. Something like:
[html].ajaxsearchpro * {
font-weight: 900 !important;
}
[/html]
that code will force a thicker font weight to all elements within ajax search pro.
However if you are not attached to the “Raleway” font too much, I suggest changin the fonts to “Open Sans” or “PT Sans” instead. Those google fonts have a great support across desktop and mobile devices.