• I’m using Colinear Theme 1.0.0. I placed an image in my post after the first paragraph and set it as my Featured image. However, after publishing the post, the image also appears ABOVE the post, and I don’t want it to appear above the post as well. How can I prevent the Featured image from appearing above the post?
    Here’s the post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • do you make use of the featured image elsewhere? like on your posts page? you don’t need to set a featured image if you plan on using it within your post. if you want to have an image appear on a list of post then you do need to use it.

    this css should will set it not to display sitewide

    .post .post-thumbnail {
        display: none;
    }

    Thread Starter capefox

    (@capefoxx)

    Thank you for your quick response, Mr Case! I’ve decided the easiest would be to remove the featured image, seeing that it was already in the post anyway. Best to you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘(Theme: Colinear 1.0.0) How to prevent Featured Image from appearing above post?’ is closed to new replies.