.overlay-close{
cursor: url(https://bueroask.com/wp-content/uploads/2025/07/ASK_WEB_Curser.png) 4 12, auto!important;
}
use this css
for cursor inside the overlay use
.lay-overlay{
cursor: ...
}
Forum wide moderators
.overlay-close{
cursor: url(https://bueroask.com/wp-content/uploads/2025/07/ASK_WEB_Curser.png) 4 12, auto!important;
}
use this css
for cursor inside the overlay use
.lay-overlay{
cursor: ...
}
do u have a link please
there is no maginfying glass feature. when you click on an image on the page it opens the image in the lightbox in a larger view. thats it :/
could you try to not use the lay theme custom controls, but instead the standard vimeo controls and see if that changes anything?
if u update lay theme now the bug is fixed and you have this setting too
it should be this one here
do u want icons to be on the far right like this?
oh damn! ok i will work on it now!
http://laythemeforum.com:4567/topic/11195/broken-website-since-yesterday-14th-of-aug.-how-to-fix-it
go to appearance - themes
scroll down, where u see "broken theme" click delete.
now "add theme" - "upload theme" and use this lay.zip:
https://kernl-file-uploads.s3.amazonaws.com/uploads/14-08-2025/05-42-39/lay.zip
create a row, right click the row and choose "use browser height for row height"
insert an image.
right click the image, click "set html class and id"
use a class like:
fluidimage
add this in:
lay options -> custom css & html -> custom css for desktop
.fluidimage{
position: absolute!important;
top: 5vh!important;
left: 5vw!important;
}
.fluidimage .ph{
display: none;
}
.fluidimage img{
width: 90vw!important;
height: 90vh!important;
object-fit: contain!important;
}