Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #303483

    Hi all, I’m having a problem wit the header background when scrolling in Chrome, the images goes blank.

    Scroll issues

    How can I fix this?

    #303827

    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

    #303887

    Hi Yigit, I added this code before and it did not solve the issue.

    Any other idea?

    #304196

    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

    #304411

    Thanks. I will try and let you know if it solves the issue.

    #304455

    We looking forward to hearing from you :)

    Regards,

    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.