Viewing 1 replies (of 1 total)
  • body.home .header { height: 500px; }

    Your theme uses body classes, so if you view source of your theme you can see a multitude of classes in the <body class=””> area

    The one that is referencing the home page, is .home so you can use that to target specifically the home page.

Viewing 1 replies (of 1 total)

The topic ‘Change header size on single page’ is closed to new replies.