Buy me a coffee

Move Text Section over Slideshow

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

Move Text Section Over Slideshow 01 Min

Move Text Section Over Slideshow 02 Min

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

Move Text Section Over Slideshow 03 Min

Move Text Section Over Slideshow 04 Min

#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

Move Text Section Over Slideshow 05 Min