Lightbox custom cursor
Addons
2
Posts
2
Posters
189
Views
1
Watching
-
do u mean u want different cursors?
Custom Mouse Cursor "Previous"
and "Next" in lay options -> lightbox addonso basically if u want to set a custom cursor for any element use this css. in lay options -> custom css & html
.yourtarget{ cursor: url(cursor_1.svg) 4 5; }4 and 5 are the x and y values for where the cursor clicks when u click.
url theres the url to the image. u can upload an image in the media library. then click on it there and find the urlthe target ".yourtarget" is the html class.
right click an element you want to target in chrome,
click inspect. in the inspector, get the targets class:
for example here it would be "sidebar-inner"

custom cursor for that would be
.sidebar-inner{ cursor: url(cursor_1.svg) 4 5; }
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com