Reply To: Presentation washed out…

#6877
Ernest Marcinko
Ernest Marcinko
Keymaster

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:

.ajaxsearchpro * {
    font-weight: 900 !important;
}

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.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)