• Is it possible to increase the height of the header image on pages other than the front page? A little CSS snipet maybe? The aspect ratio is rather long and thin for any reasonable photo.

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello rhodesengr,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header {
        height: 300px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter rhodesengr

    (@rhodesengr)

    That worked great. Thanks!!!
    I had found this bit on my own in another similar post:

    .custom-header {height: 300px !important;}

    That worked, but moved the menu bar starting point up the screen on the home page. Your CSS doesn’t affect the homepage. I see how you do the NOT logic to exclude the home page.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘increase header image size’ is closed to new replies.