Remove Hand cursor hovering images
-
Hi People!
Anybody know the exact code to remove the hand cursor when hovering above images? I cant figure it out and have searched a long the internet but cant really find the exact info.
Anybody has any tips?
@PEBMAC u could do it with custom css. something like this:
.your-object{ cursor: default; }
-
Hi Lay friends,
Does anybody has figured this question ? I have tried few differents code but couldn't make it work.
One thing is that I am using my images as text to have the image hover possible on simple images. If this make sense. Maybe this is influencing the code.Best
T. -
do u have a link please? i can easily give u the css to use.
but need the link so i can write the correct css -
Link is : https://www.thomasdenfert.com/
This is mainly for the project page that is used as an Hover.Thanks
-
add this in:
lay options -> custom css & html -> custom cssa[data-hoverimagetype="image"]{ cursor: default!important; }
this will create a default cursor for this image:
by the way
i see u want to use captions that appear on mouseovermaybe its easier to use this way of doing it:
http://laythemeforum.com:4567/topic/10519/make-image-caption-follow-mousecause right now ure inserting images into a text element, and then u use a imagehover on that image
and seems like u need to create texts as images to have use those therethe link i provided is for image elements.
you wouldnt have the cursor issue,
and u wouldnt need to create images for the textsalso if u want this kind of behaviour for project thumbnails
you could use:in customize -> project thumbnails -> project title
I also code custom websites or custom Lay features.
šæ Email me here: šæ
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options ā Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it