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.
Hey VJLoops-GT,
Try using this css code:
#top .ls-layer {
user-select: none !important;
}
Hope this helps :)
Best regards,
Nikko
Hey Nikko,
Thank you for the response.
I tried the code but sadly text is still selectable.
Any other options?
Thanks!
Elad.
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Nikko
Thank you!
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
Thank you so much :) now it works perfectly.
All the best,
Elad.
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