How do I shift the text to overlay on the image slider?

I'm looking to overlay text on the image slider. I'd like to use the default slider instead of Slider Revolution.

The sample is here https://app-64065542c1ac18d2acaa7277.closte.com/

Comments

  • Hi,

    You can use the following CSS code:

    .content_slider.flat.description ul li h3{
       margin-top: -120px;
    }
    .content_slider.flat.description ul li .desc{
       padding-bottom: 30px!important;
    }
    

    Put it in the Page options where you use this slider.

    Best regards

Sign In or Register to comment.