#1. First, you need to create 2 Sections: Slideshow (Gallery Section Slideshow) – Blank Section (with your desired text, image, and buttons..)


#2. Use this free tool to find the Data-Section-ID of both sections


#3. Use this code to Custom CSS to move Text over Slideshow
section[data-section-id="65a5fc1495b4b46f5a460d51"] {
position: relative !important;
margin-top: -100vh !important;
background-color: transparent !important;
.section-background, .section-border {
background-color: transparent !important;
}
}
And you will have this
