Hi,
I’ ve ssen a lot of suggestions on how to remove links from featured images in post, but none of the solutions work for me.
As you can see on this page (see PC) when hovering over a news image (let’s say Review) the text underneath jumps down.
Either I would like to fix this, or totally remove the mouse action.
So far I tried this:
.single .blog-meta {pointer-events: none!important;}
.single .big-preview.single-big { pointer-events: none !important; }
.big-preview.single-big a {pointer-events: none!important;}
Hope you could point me in the right direction.
Cheers,
Steven
Hey Steven,
The images are still linking to their posts on my end when I check your site, I’m guessing you removed the code again? Or are you only trying to target the link on single posts? The CSS you have tried looks to be doing that.
Best regards,
Rikard
Hi Rikard,
Since the CSS as mentioned didn’t work, I removed it from the style.css. A few days ago, I put this code back again:
.single .blog-meta {pointer-events: none!important;}
.single .big-preview.single-big { pointer-events: none !important; }
.big-preview.single-big a {pointer-events: none!important;}
Pointer events are still there but the text under the image doesn’t jump down anymore on hover. Strange, but problem solved I guess…
Cheers,
Steven
Hi Steven,
Ok, thanks for the feedback. I’m guessing you were getting cached results then. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
You can close the topic ;)
regards,
Steven
Hi,
Thanks for using Enfold :)
Best regards,
Nikko