• My header image is full screen, which I like on the homepage. However, it’s really annoying when I click on any other page that the whole screen is taken up with the logo again, and users have to scroll down – on every page.

    Is there a way to have it full screen on the homepage, but either not present or much slimmer on all other pages?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The following in Appearance->Customize->Additional CSS should give you a good start

    .page .custom-header, .single .custom-header {
    	max-height: 130px;
    }
    
    .page .custom-header .site-heading, .single .custom-header .site-heading {
        padding-top: 20px;
    }
    
    .page .custom-header .custom-logo, .single .custom-header .custom-logo {
    	max-height: 100px;
    }
    Thread Starter richwhite08

    (@richwhite08)

    Thank you!

    Hi Jarret/rich,

    I’m using this same template and have the exact same issuse, but the above code isn’t working for me.

    Any tips are appreciated for https://www.health-anxiety.net

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header only on homepage?’ is closed to new replies.