Hey there,
Love your work, guys! Great Job…
I just need a little bit of further help. I wanna put static content overlaying Layerslider. Just like this website:
But everytime I put content above it, it still gets into the background.
Any suggestions?
Regards
Hi,
Can you post the link to the page where you’re trying this?
Regards,
Josue
Hi!
Try with this code:
#after_layer_slider_1 .flex_column.av_one_third.avia-builder-el-3 {
position: relative;
top: -200px;
background: red; /* remove this, it's for visual purposes */
height: 1000px; /* remove this, it's for visual purposes */
}
#after_layer_slider_1 {
z-index: 3;
}
Cheers!
Josue
Hey Josue,
it seems to work :D
Thanks a lot
You guys are great!
Cheers
You are welcome, always glad to help :)
Regards,
Josue
Hey!
What is the code for the form? You can create a new layer then switch to HTML type. Add the form code. Go to the Styles panel to adjust the appearance of the form.
Regards,
Ismael
Thanks Ismael, however I am using the full width easyslider. Can this be done on the easy slider?
Not sure if possible to be honest. Have you tried putting the HTML code in the caption field of the slide?
Regards,
Josue
Wow, Thanks, That worked. Also worked with the form shortcode.
Can close this off.
:) :)