Hello
I am trying to make the images not clickable.
I think I had this working previously using the following Quick CSS;
.single-post .big-preview.single-big { pointer-events: none; }
But now that I use the following it no longer seems to work;
– Single Author, small preview Pic
– Preview Image: Set the image size automatically based of the column width
Is there a way to make images not clickable, based on any image size?
Many thanks
Darran
Hi darranreadman!
Please add following code to Quick CSS
.template-blog .blog-meta,.big-preview.single-small { pointer-events: none; }
If that does not help, please post the link to your website
Best regards,
Yigit
Hey!
Please add following code as well
a.slide-image,.big-preview.single-big { pointer-events: none; }
Make sure to disable CSS minifying feature. Code is currently not being applied
Regards,
Yigit
Hey!
You can edit those images that you have inserted and choose not to link them anywhere – http://i.imgur.com/Z5xG0bK.png
Best regards,
Yigit
Ah. Yes :) Very true.
Many thanks for your help Yigit.
Darran