Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #640217

    Hi,

    we have problems with the displays of the icons (“icon box”) on our site. Especially in Firefox it looks really fuzzy, in Chrome it’s better but still not good.
    How can we fix that?

    Thanks,

    Toby

    #640290

    Hey gruebundmartsch,

    The icons look good on my end would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    #640377

    Hi Vinay,

    so that’s a screenshot of an icon in Firefox which is pretty fuzzy:
    https://drive.google.com/file/d/0B-6iEuF3g4vOY0NENHN4dlg4RlU/view?usp=sharing

    Toby

    #640383

    Hey!

    Icons show up fine on my end as well on OS X 10.11. Which OS are you using?

    Best regards,
    Yigit

    #640391

    Win 7 Home Premium

    #640400

    Hi!

    I asked my teammates to check your site on Win 7. Please kindly wait to hear from them

    Regards,
    Yigit

    #640614

    Hi!

    I checked the issue and seems that if you add to your CSS

    #top .iconbox.av-no-box .iconbox_icon { border-width: none; }

    fixes the issue. Can u please give it a test and let us know if it works?

    Thanks a lot

    Regards,
    Basilis

    #640620

    I’m sorry to tell you but there was no change, it’s still fuzzy :/
    another possibility to change it?

    #640635

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .iconbox.av-no-box .iconbox_icon {
        border-style: none!important;
        border-width: 0!important;
        border-radius: 50%;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
    }
    

    Best regards,
    Vinay

    #640782

    Perfect, thanks again!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Icons display problem’ is closed to new replies.