Hi,
I would like to disable preview pictures in my post as I already have a picture in the post itself. I had the same problem before and thanks to Yigit, I fixed it with the following code
.single .big-preview.single-big {
display: none;
}
But I”m not sure if there’s been an update but the code no longer works. I have supplied a link to a post for you guys to see. Thanks.
It looks like I fixed it by changing it from “Show thumbnail and display post title by tool tip” to “Show thumbnail and post title by default” and then adding the css code.
Thanks