Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Martyn,

    The Goran theme is designed to display a custom header image – or a page’s featured image – as a background image visible behind your static pages’ content. The custom header won’t appear on your posts page, as it wouldn’t be able to stretch to cover all the posts on the posts page. That’s an aesthetic decision made by the theme designer.

    Rambone

    (@rambone)

    Hi,
    is there a way to realize eatured image via custom css on the posts page?

    Thanks
    Rambone

    Moderator Kathryn Presner

    (@zoonini)

    Hi Rambone, you could modify the size of featured images in Goran with this CSS, adjusting the dimensions as needed

    .attachment-edin-featured-image {
       height: 400px;
       width: 300px;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    If you need further help, could you please start a new thread, as your question is unrelated to the one in this old thread, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘blog / posts page does not display site header image’ is closed to new replies.