Black Bar above middle Parallax widget

Hi there,

I just created my site with the Shapely theme. When first visiting the site, above the parallax section titled “Our Wine”, there is a thick black bar that shows up. However, when I then open the Dev Tools, the black bar disappears. Then I close the Dev Tools and it’s back to normal with no black bar. It’s as if a section of the photo isn’t ever loading, and then when I open Dev Tools it loads properly. I’ve tried it on multiple computers and the problem still persists. Any ideas? Thanks for any help you can provide!

The 2 attachments are screenshots of before and after I open the Dev Tools.

The site is www.dovecotefarmwine.com

hey there

Please add this CSS in appearance - customize - additional CSS

div#shapely_home_parallax-2 {
background-image: url(https://dovecotefarmwine.com/wp-content/uploads/2019/12/IMG_0413-scaled.jpg);
background-size: cover;
background-attachment: fixed;
}

Thanks!
Colorlib Support Team