Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #373611

    To remove the featured image from the top of the post, I am forced to edit and save the page twice. First, I check the “Don’t display image on single post” checkbox then set my featured image then save the post. Then I have to re-check the box, then re-save the post. Can this be fixed?

    The behavior I would prefer is that the theme uses the first image in the post as the featured image (since I just imported a few dozen posts and am now having to manually set the featured image), but if that cannot be done and I am forced to specify the featured image, I would like it not to repeat at the top of my individual post display automatically with no easy way to specify against this behavior.

    Furthermore, I added this to my custom CSS and it did not work:

    .big-preview.multi-big {
    display: none;
    }

    #373638

    Hey Nancy!

    Use this instead.

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

    Best regards,
    Elliott

    #387404

    Thank you for this! Very helpful. Can the next edition have this as a turn on/off option under Enfold > Blog

    #387884

    Hi!

    There is already “Don’t display image on single post” option for each blog post – http://i.imgur.com/L2cQ8ue.png :)

    Cheers!
    Yigit

    #387891

    But as you can imagine a company would already have hundreds of blog posts. This is a small fix going forward. I’m talking about turning it off universally. Under the theme options.

    #388183

    Hi!

    As of now, the option is not available by default. Use the css code provided above. You can request for the option on our Feature Requests page.

    Cheers!
    Ismael

    #388415

    I did use the script above. I simply asked if this could be added as a feature later in the menu!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing featured image from top of post’ is closed to new replies.