• Resolved menschwork

    (@menschwork)


    How can I change the size of the Hero section in the theme? I would like to make the size smaller.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Erik

    (@codekraft)

    so sorry for the late reply,

    the size can be changed in this way
    body.home .website-hero { height: 80vh; }

    if you want to change the hero only for certain pages

    body.page .entry-image, 
    body.single .entry-image {
        height: 40vh;
    }
    Theme Author Erik

    (@codekraft)

    @menschwork,

    in the new version 1.3.1 the customizer has a new option to set the height of the hero (homepage hero height and the standard height).

    I hope it is appreciated!

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