Hi!
My problem occurs only in Safari:
When hovering over my Portfolio thumbnails on the homepage, lines of the uderlying image peep through the white overlay.
Can I do something about this?
Thanks!
Hey manuelap,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-safari div.av-masonry-container.isotope {
-webkit-font-smoothing: subpixel-antialiased;
}
Best regards,
Yigit
Yigit, thank you, but.. no, that unfortunately doesn’t help.
Maybe you have another suggestion?
Hey!
Can you please post a screenshot showing the issue? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. I saw text was flickering on Safari and the code i posted should have helped.
Also, please create a temporary admin login and post it here privately.
Best regards,
Yigit
Hello Yigit..
Maybe it helpt a little, but..
My problem is actually that when I hover over the image, during the animation/magnification a little line of the image comes through the white (in Safari). The images will make my point more clear, I think.
Thanks a lot.
Hi!
Please add following code to Quick CSS as well
.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
-webkit-transform:translate3d(0,0,0)!important;
}
Regards,
Yigit
Haha, that really seems to work! Awesome!