I want post title above post featured image

I want the post title above the post featured image.

Is there any way of doing this?

Thanks :slight_smile:

Hello Holly,

Thanks for writing in!

By the default, the post title displays above the featured image. Do you want something like this?

If that is the case, please edit your header and change the position of the bar to “Relative”. And then remove the following custom css:

.single-post .entry-header {
    display: none;
}

.single-post .entry-featured {
    max-width: 0px;
    margin: 60px;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.