Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Presentation washed out…
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 7 years, 12 months ago.
- AuthorPosts
- December 2, 2015 at 9:35 pm #6876
I have another curiosity likely related in some way to W3TC, MaxCDN and CloudFlare use.
Suddenly, without my changing anything in ASP, the entire presentation of the search is wrong. Take a look (most noticeable in Firefox). The term “Search Here….” is set to 000 (Inspect it). The results text should also be 000 with the titles being as solid blue as the other blue links on the front page (but it’s not here. it’s thin as if there’s some sort of screen over the search results).
ANY idea what could be causing this behavior?
Thanks.
December 2, 2015 at 9:47 pm #6877Hi!
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 :)
- AuthorPosts
You must be logged in to reply to this topic.