-
AuthorPosts
-
June 3, 2020 at 1:50 pm #1219050
HI,
I have an icon grid where I removed the animation using some css I found in a different thread..avia-icongrid-flipbox li:hover .avia-icongrid-front { -webkit-transform: rotateY(0deg) !important; transform: rotateY(0deg) !important; }However, I noticed a small problem. The text looks blurred until you mouseover it. I zoomed in and it is indeed pixelated until I rollover, then it appears crisp. Could someone please help me fix this? Example in the private area, though there are/will be a few of these.
Many thanks :)
June 5, 2020 at 5:27 am #1219658Hey jonrouse,
I can’t see any difference between the regular state and hover on my end using Chrome, in which browser are you seeing this?
Best regards,
RikardJune 5, 2020 at 10:43 am #1219730Hi Rikard,
Thanks for getting back to me. I’m using Safari 13.1.1 on a Mac. You’re right though, not seeing this in Chrome or Firefox.
I’ve attached a couple of screen grabs of a before and after so you can see what I’m seeing.FYI – I disabled the code which stops the tile flipping, and it is still displaying low res. I checked all the theme demos and the only one using icon grid is fine in Safari – https://kriesi.at/themes/enfold-one-page-agency/
I’m going to experiment to see if I can fix it some how.
June 5, 2020 at 11:00 am #1219739One thing I noticed in web inspector is when I uncheck this
-webkit-perspective: 1000px;It seems to improve.
June 5, 2020 at 11:04 am #1219741Just tried this in quick CSS and it seems to have fixed the problem, is it safe to use?!
.avia-icongrid-flipbox li { -webkit-perspective: none!important; perspective: none!important; }June 7, 2020 at 6:51 pm #1220223Hi jonrouse,
Yes, you can use this css.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
