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

Presentation washed out…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6876
    AgrajagAgrajag
    Participant

    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.

    #6877
    Ernest MarcinkoErnest 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:

    [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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.