Chrome doesn’t render parallax scrolling background-image or row background image with fixed attachment

Seems like a browser bug specific issue that affects only Chrome.

You can add the following Custom CSS in Appearance > Customize to fix it:


.webkit .themify_builder_row {
    backface-visibility: hidden;
}