Tagged: browser issue, flickering, masonry grid
Hi,
I am using a masonry grid and when hovering the blogposts, the text ‘flickers’ for a split of a second. The text turns lighter and then bolder again. This seems only to happen in Safari and Firefox, not in Chrome. How do I fix this?
I have modified the grid, but haven’t touched upon any hovering effects.
The site: http://laserhoofs.ninja/index.php/upcoming-content/
Thank you
Hi Emilvillumsen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-mozilla .av-inner-masonry-content.site-background, .avia-safari .av-inner-masonry-content.site-background {
-webkit-transform: translateZ(0)!important
}
Best regards,
Yigit
Worked :)
Thank you!