Hello,
The prefooter section has a separate background and does not automatically extend the page background image into it. Unfortunately, there is no built-in option to merge both backgrounds seamlessly.
However, you can achieve a similar effect by adding a background image to the prefooter using custom CSS.
.wd-prefooter {
background-image: url('https://via.placeholder.com/150');
background-size: cover;
background-position: center;
}
Please change the image URL. You can upload your desired image to the media library in WordPress and copy the link to replace the dummy URL. This will set the background image for the prefooter section.
Best Regards,