Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #300402

    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?

    http://www.itz-sold.com/

    Thank you

    #300714

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.