• Dear all,

    I installed the Haxel theme in my website and need to reduce the size of the header image. I like a lot the front page appearance of this theme but the header image is too big.

    I would appreciate any help about how to customize the header size.

    Best regards,
    Maria

Viewing 2 replies - 1 through 2 (of 2 total)
  • Oh yes! It is completely huge.

    Install and activate a plugin called “Custom CSS” if you are not using a child theme. And paste the codes below.

    Simply override the min-height value to your desired height. 680px to 300px or some value you’d want.

    #masthead {
        min-height: 680px;
    }

    And min-height of #masthead .layer

    #masthead .layer {
        min-height: 680px;
    }

    Let me know if you further need help.

    [moderator note – signature redacted]

    • This reply was modified 8 years, 1 month ago by Cammy Ang.
    • This reply was modified 8 years, 1 month ago by stephencottontail. Reason: redacted signature
    Thread Starter mariajromano

    (@mariajromano)

    Thank you very much, it worked out!

    And I have another question, I have installed the Haxel Plus theme and I would like to display the header image in the frontpage, but not in other pages or posts. I could set this appearance by using the Haxel theme, but when I upgrade the template to Haxel Plus the same header is displayed in all pages and posts, and it seems to appear by default.

    I would appreciate any help to display the header image only in the front page with Haxel Plus.

    Kind regards,
    Maria

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