• Resolved dyer0015

    (@dyer0015)


    I would like featured images to appear in my blog posts, ideally. But that is about the only thing this theme does not seem to have, aside from a simple fix for the main body font. It is a light gray on a white background, is there an easy way to make it permanently black?

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi dyer0015. For the post featured image you need to:
    1. Add a featured image to the post (bottom right sidebar of post editor)
    2. Change the post format to Image

    For your font color try this is your custom CSS:

    .entry, .entry.excerpt {
        color: #000;
    }
    Thread Starter dyer0015

    (@dyer0015)

    Kudos on the speedy response! This worked thank you!

    Is there another way to do this (show featured image on post) without changing the post to an image post? I want to display the featured image as it displays in image post but in regular posts.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Great theme but what's up with featured images.’ is closed to new replies.