• mwebber

    (@mwebber)


    I’m using a static front page and I’d like to keep the header image full size. The theme defaults to a minimized header image because it’s a page I’m guessing vs. a post.

    Any ideas on how I might be able to make the adjustment?

    site: https://www.michael-webber.com/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Wallbreaker

    (@wallbreaker)

    Hello

    Please try add following code into the custom.css:

    .header-background-image {
        background-size: 100% 100%;
    }

    Regards,
    Wallbreaker

    Theme Author mor10

    (@mor10)

    This is intended behavior. To change it you have to change how the header is displayed in header.php through a child theme. The code you need to change is on line 53:

    https://github.com/mor10/popper/blob/master/header.php#L53

    Simply removing the code inside the PHP delimiters will trigger the full header to display on all posts, pages, and elsewhere.

    If you want to add a feature to the theme to make this an option, add an issue in the Github repo linked above and I’ll consider it for a future version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduced Header Image on Static Front Page’ is closed to new replies.