Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    19.11.2015 at 08:12 #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
    19.11.2015 at 08:38 #22195

    Hi,

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

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    19.11.2015 at 17:12 #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
    20.11.2015 at 09:19 #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
    20.11.2015 at 14:18 #22250

    Hi,

    we want to hide the featured image in following post:

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

    regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    21.11.2015 at 07:49 #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
    24.11.2015 at 21:24 #22350

    Hi Denzel,

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

    Best regards
    Harald