Make Intro Section Non-Clickable
Feedback
11
Posts
3
Posters
2.1k
Views
2
Watching
-
hey!
add this in:
lay options -> custom css & html -> custom css#intro-region{
pointer-events: none;
} -
Thanks for your feedback. Of course, I tried that and other things, but with pointers events none, the click goes behind the intro and I only have clickable elements behind it.
-
ah use instead:
body.intro-enabled *{
pointer-events: none;
} -
Perfect thanks 🦦
-
And to prevent scrolling as well? I also tried that, but I think I can’t target the right selector.
-
html:has(.intro-enabled){
overflow: hidden;
}this should work!
-
perfect thanks Armin !
-
looks great imo : https://latissutheque.net/
-
Yes, very good job. I'm going to post it now! i forgot
-
looks great imo : https://latissutheque.net/
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com