Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #821178

    Hello,
    Thank you for all the help you have been giving – you are so great!

    I have a question regarding Layerslider.
    First, I noticed that all the text which appears on it is selectable by user.
    I tried many online solutions (such as – user-select: none;)
    But they don’t have any effect.

    Anything possible to do about that?

    Thanks in advance :)
    Elad.

    #821431

    Hey VJLoops-GT,

    Try using this css code:

    #top .ls-layer {
        user-select: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #824689

    Hey Nikko,

    Thank you for the response.
    I tried the code but sadly text is still selectable.

    Any other options?

    Thanks!
    Elad.

    #824869

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

    #824907

    Thank you!

    #829361

    Hi,

    Thank you for the info.

    Please use the following css code.

    #top .ls-layer {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    Best regards,
    Ismael

    #829838

    Thank you so much :) now it works perfectly.

    All the best,
    Elad.

    #829880

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Layerslide WP – Select-able Text / Mouse Cursor’ is closed to new replies.