Hi!
how can I make layers “buyer” and “seller” stay put once appeared (until user click on one of them and gets directed to corresponding area of a website) while slides keep changing?
Thank you
Hey Igor! :)
I am not sure if that would be easily possible but you can try using Code Block element and add your button inside it using HTML – http://i.imgur.com/kjjya7I.png
and then you can add custom CSS code to Quick CSS in Enfold theme options > General Styling tab to style it
.custom-text {
position: fixed;
top: 60%;
z-index: 9999!important;
left: 0%;
background-color: yellow;
padding: 10px;
}
Cheers!
Yigit