Tagged: feature image
Hi,
I am going to change this website http://www.airlinestaffrates.com soon to the Enfold theme and wonder the following:
– how can the featured image be set automatically?
– how can the “Don’t display image on single post” be set automatically?
Thanks
Charlotte
Hi Charlotte!
You would still have to set a featured image for each post. I don’t know of a way to have it be set automatically. Perhaps a plugin would be able to do this.
If you do not want the featured image to be displayed in the single post view then you can use this CSS to hide it.
.single .big-preview { display: none !important; }
Cheers!
Elliott
Hello again.
this code works fine on a single post but when I use the Blog post element the featured image appears.
What code shall I add?
Thanks
Charlotte
Hi!
Please use the code as following
.big-preview { display: none !important; }
Cheers!
Yigit
Great, thanks :)