Hi there!
How can I remove the link on the single post image. I don’t want it to be appear with big size when clicked on it.
Thanks,
Orhan
Merhabalar Orhan!
Please add following code to Quick CSS
.single .big-preview.single-big {
pointer-events: none;
}
If that does not work, please post the link to your website
Cheers!
Yigit
Merhaba Yigit!
I added the code but it didn’t work! You can choose any single page from https://www.insanayatirim.com/blog/ to check it.
Thanks,
Orhan
Hey!
Please disable CSS minifying feature on the plugin you are using. Code is currently not being applied
Regards,
Yigit
Excellent! It worked!
Thanks Yigit :)