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
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
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
Hey!
Icons show up fine on my end as well on OS X 10.11. Which OS are you using?
Best regards,
Yigit
Win 7 Home Premium
Hi!
I asked my teammates to check your site on Win 7. Please kindly wait to hear from them
Regards,
Yigit
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
I’m sorry to tell you but there was no change, it’s still fuzzy :/
another possibility to change it?
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
Perfect, thanks again!