How do i disable features image on a single page?
Im using a download pluging that generate its own thumbnail of the features image, so on a single download file page i see the features image 2 times.
How to solve this.
Thanks
Hi Simon!
Please edit your blog posts and check “Don’t display image on single post” – http://i.imgur.com/yAt0hCl.png
Best regards,
Yigit
Hey!
I had a look at your downloads page, what exactly is it you want to hide there? Images in the sidebar? You can upload screendumps to for instance imgur.com or a public dropbox folder and then link them here if you like.
Regards,
Rikard
it you look at the first download item at my download page, you will the see the features image 2 times on the single download page. i want to remove to top image. How do i do that?
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big {
display: none;
}
Cheers!
Yigit
Thanks! awesome. that solved the problem!
You can close this topics
Thanks