Featured Image

  • Unknown's avatar

    Hallo, I am currently trying to customize my blog page. Using the simple blog post template it shows excerpts from my posts. I would like for the featured image from the post to be displayed on top of the preview text, but I do not want the featured image to be the header inside the post. Is it possible to change this?

    WP.com: Yes
    Correct account: Yes

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

  • Hi there,

    It is possible to remove featured image headers by using CSS. Adding CSS, however, would require at least the Premium Plan:

    http://wordpress.com/plans

    If you decide to purchase the plan, below is the snippet you can use to remove the featured images from your your posts:

    .entry-content img[class*=wp-image] {
        max-width: 100%;
        height: auto;
    }

    Hope this helps.

  • The topic ‘Featured Image’ is closed to new replies.