Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    November 19, 2015 at 8:12 am #22189

    I want to hide a featured image on singular posts. With the free version of evolve this was possible, but with evolve premium I do not see such an option.
    Any possibility to achieve this?

    Denzel Chia
    Moderator
    Posts: 2656
    November 19, 2015 at 8:38 am #22195

    Hi,

    It’s in Theme Options -> Blog -> Enable featured image on Single Blog Posts

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    November 19, 2015 at 5:12 pm #22198

    Hi,

    I already used this setting “Theme Options -> Blog -> Enable featured image on Single Blog Posts”. The result of this option is that featured images are enabled for ALL posts. But I am looking for the possibility, to hide featured image on post1 and to show it on post2. With that option above, featured image is shown on post1 and post2, but I only want to hide it on post1.

    Best regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    November 20, 2015 at 9:19 am #22232

    Hi,

    Please provide url of the post that you want to hide.
    We can only use custom css to do it.

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    November 20, 2015 at 2:18 pm #22250

    Hi,

    we want to hide the featured image in following post:

    http://gfcev.de/sichtweisenkalender-2016/

    regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    November 21, 2015 at 7:49 am #22258

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .postid-2791 .thumbnail-post-single {
    display: none !important;
    }

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    November 24, 2015 at 9:24 pm #22350

    Hi Denzel,

    many thanks, this works (and I can use it for other posts as well)!

    Best regards
    Harald