Make feature image invisible once someone enters a post.

  • Unknown's avatar

    Hi there,

    In my posts I use the image that is also the feature image. I would like to have it so that only on image shows up when someone enters my post. I know that if I remove the image in the blog it would work, however I want to have the title on top of the image like a normal blog post.

    Any help would be awesome!!!

    The blog I need help with is: (visible only to logged in users)

  • Hi, in Publisher, you’d do that like this:

    .single .block-thumb {
        display: none;
    }

    Cheers!

  • The topic ‘Make feature image invisible once someone enters a post.’ is closed to new replies.