Hi!
I want to disable the image preview on my posts.
Thanks!
Hey!
Try adding this code to the Quick CSS:
.slide-image, .big-preview.single-big{
display: none;
}
Cheers!
Josue
Hi!
Please add following code to Quick CSS
.single .blog-meta {
display: none;
}
Regards,
Yigit
Thanks but is it possible see the image but disallow to expand it?
Hey!
Yes, please change the code to following one
.single .blog-meta {
pointer-events: none;
}
Best regards,
Yigit
Thank you so much!!! One quick question. This code isn’t necessary:
.slide-image, .big-preview.single-big{
display: none;
}
Right?