Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #428085

    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

    #428470

    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

    #430279

    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

    #430378

    Hi!

    Please use the code as following

    .big-preview { display: none !important; }

    Cheers!
    Yigit

    #430426

    Great, thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Set featured image automatically’ is closed to new replies.