Hi all, I’m having a problem wit the header background when scrolling in Chrome, the images goes blank.
How can I fix this?
Hi Jorge!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
Hi Yigit, I added this code before and it did not solve the issue.
Any other idea?
Hi!
Try with this code:
#header_main, #header {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0)
}
Regards,
Josue
Thanks. I will try and let you know if it solves the issue.
We looking forward to hearing from you :)
Regards,
Josue