Black box on the front page

Hello! I’m encountering a black box on the front page. Is there a way to remove it, since it is blocking the content? I’m not sure what caused this, so I’ll be grateful for your help. Thanks.

Hey there!
Hope this code helps
For this add the below css code inside the Appearance >> custom css box.

.slide-caption {
display: none;
}

Hi , this maybe overlay effect …
Hello @squidward,

To remove the overlay effect on the header image use below given CSS.

#custom-header::after {
    background: none;
   }

Hope this helps.